addedInput schema / properties / name / description
Added value: +"New user variable name"
addedInput schema / properties / name / maxLength
Added value: +200
addedInput schema / properties / name / minLength
Added value: +1
addedInput schema / properties / value / description
Added value: +"Initial user variable value"
addedInput schema / properties / value / maxLength
Added value: +2000
addedInput schema / properties / vtype / description
Added value: +"Variable type: 0 integer, 1 float, 2 string, 3 date, 4 time"
addedInput schema / properties / vtype / enum
Added value: +[
+ 0,
+ 1,
+ 2,
+ 3,
+ 4
+]
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: -"add_user_variableOutput"New value: +"DomoticzToolResult"