API Communication
Equivalent to ServiceHandler.scheduler.scheduleCommand
ServiceHandler.scheduler.scheduleCommandMSG=$'{"command": "readTitle", "parameters":{"title":"Test"}}\r\n'
( echo $MSG; sleep 1; ) | nc localhost 9025curl --data '{"command": "readTitle", "parameters":{"title":"Test"}}' \
-H 'Content-Type: application/json' \
http://localhost:9022/api/Equivalent to ServiceHandler.scheduler.scheduleAction
ServiceHandler.scheduler.scheduleActionEquivalent to ServiceHandler.scheduler.updateInputDefinition
ServiceHandler.scheduler.updateInputDefinitionEquivalent to ServiceHandler.scheduler.saveSettings/loadSettings
ServiceHandler.scheduler.saveSettings/loadSettingsHandling Results
Handling Notifications
Last updated