schemas/flowPost.json in losant_rest-1.10.3 vs schemas/flowPost.json in losant_rest-1.10.4
- old
+ new
@@ -1379,9 +1379,22 @@
"maxLength": 1024
},
"baudRate": {
"type": "number"
},
+ "dataBits": {
+ "type": "number"
+ },
+ "stopBits": {
+ "type": "number"
+ },
+ "parity": {
+ "type": "string",
+ "maxLength": 8
+ },
+ "rtscts": {
+ "type": "boolean"
+ },
"encoding": {
"type": "string",
"maxLength": 48
},
"writeOnOpen": {
\ No newline at end of file