schemas/flowVersion.json in losant_rest-1.10.3 vs schemas/flowVersion.json in losant_rest-1.10.4
- old
+ new
@@ -1394,10 +1394,23 @@
"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": {
@@ -3559,9 +3572,22 @@
"type": "string",
"maxLength": 1024
},
"baudRate": {
"type": "number"
+ },
+ "dataBits": {
+ "type": "number"
+ },
+ "stopBits": {
+ "type": "number"
+ },
+ "parity": {
+ "type": "string",
+ "maxLength": 8
+ },
+ "rtscts": {
+ "type": "boolean"
},
"encoding": {
"type": "string",
"maxLength": 48
},
\ No newline at end of file