synit/protocols/schemas/userSettings.prs

13 lines
294 B
Plaintext
Raw Normal View History

version 1 .
2023-10-31 22:40:41 +00:00
# Assertion.
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> .
CommandReply = =done .
Action = <assert @item any> / <retract @item any> .
2023-10-31 22:40:41 +00:00
# Assertion.
Value = <user-setting @item any> .