mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:13:29 +00:00
added context callbacks and digital pointer payload handling
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user