added context callbacks and digital pointer payload handling

This commit is contained in:
Valmo Trindade
2025-02-01 04:00:58 -03:00
parent cf6578e6bc
commit 6085d67cd0
2 changed files with 51 additions and 26 deletions

View File

@@ -46,6 +46,7 @@ pub fn init() -> Extension {
.command("send_payload", cot_router::send_payload)
.command("send_human_cot", cot_router::send_human_cot)
.command("send_marker_cot", cot_router::send_marker_cot)
.command("send_digital_pointer_cot", cot_router::send_digital_pointer_cot)
.command("stop", cot_router::stop)
)
.finish()