2022-02-09 14:48:36 +00:00
|
|
|
version 1 .
|
|
|
|
|
2023-10-31 22:40:41 +00:00
|
|
|
# Assertion.
|
2024-03-01 13:58:28 +00:00
|
|
|
CommandRPC = <user-settings-command @action Action @reply #:CommandReply> .
|
2023-10-31 22:40:41 +00:00
|
|
|
# Message.
|
2022-03-01 10:17:24 +00:00
|
|
|
CommandEvent = <user-settings-command @action Action> .
|
|
|
|
|
2022-02-09 14:48:36 +00:00
|
|
|
CommandReply = =done .
|
|
|
|
Action = <assert @item any> / <retract @item any> .
|
|
|
|
|
2023-10-31 22:40:41 +00:00
|
|
|
# Assertion.
|
2022-02-09 14:48:36 +00:00
|
|
|
Value = <user-setting @item any> .
|