schemas/flowPost.json in losant_rest-1.2.0 vs schemas/flowPost.json in losant_rest-1.2.1
- old
+ new
@@ -25,20 +25,21 @@
},
"type": {
"type": "string",
"enum": [
"deviceId",
+ "deviceIdConnect",
+ "deviceIdDisconnect",
"deviceTag",
+ "deviceTagConnect",
+ "deviceTagDisconnect",
+ "endpoint",
+ "event",
"mqttTopic",
- "webhook",
+ "integration",
"timer",
- "event",
"virtualButton",
- "endpoint",
- "deviceIdConnect",
- "deviceIdDisconnect",
- "deviceTagConnect",
- "deviceTagDisconnect"
+ "webhook"
]
},
"config": {
"type": "object"
},
\ No newline at end of file