addedInput schema / properties / event_type / description
Added value: +"Domoticz event type"
addedInput schema / properties / event_type / maxLength
Added value: +50
addedInput schema / properties / event_type / minLength
Added value: +1
addedInput schema / properties / eventstatus / description
Added value: +"1 to enable the event, 0 to disable it"
addedInput schema / properties / eventstatus / enum
Added value: +[
+ "0",
+ "1"
+]
addedInput schema / properties / interpreter / description
Added value: +"Domoticz event interpreter"
addedInput schema / properties / interpreter / maxLength
Added value: +50
addedInput schema / properties / interpreter / minLength
Added value: +1
addedInput schema / properties / name / description
Added value: +"New event script name"
addedInput schema / properties / name / maxLength
Added value: +200
addedInput schema / properties / name / minLength
Added value: +1
addedInput schema / properties / xmlstatement / description
Added value: +"Event source or Blockly XML"
addedInput schema / properties / xmlstatement / maxLength
Added value: +1000000
addedInput schema / properties / xmlstatement / minLength
Added value: +1
addedOutput schema / additionalProperties
Added value: +true
addedOutput schema / description
Added value: +"A successful Domoticz command response."
removedOutput schema / properties / result
Removed value: -{
- "title": "Result",
- "type": "string"
-}
addedOutput schema / properties / status
Added value: +{
+ "description": "Status returned by Domoticz, normally OK",
+ "title": "Status",
+ "type": "string"
+}
addedOutput schema / properties / title
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Optional Domoticz response title",
+ "title": "Title"
+}
changedOutput schema / required
Previous value: -[
- "result"
-]New value: +[
+ "status"
+]
changedOutput schema / title
Previous value: -"create_eventOutput"New value: +"DomoticzToolResult"