schemas/devices.json in losant_rest-1.14.1 vs schemas/devices.json in losant_rest-1.15.0
- old
+ new
@@ -196,11 +196,12 @@
"standalone",
"gateway",
"peripheral",
"floating",
"edgeCompute",
- "system"
+ "system",
+ "embedded"
]
},
"gatewayId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
@@ -288,10 +289,11 @@
"standalone",
"gateway",
"peripheral",
"floating",
"edgeCompute",
- "system"
+ "system",
+ "embedded"
]
},
"tagFilter": {
"title": "Device Tag Filter",
"description": "Array of Tags for filtering devices. Tag keys and tag values are optional.",
\ No newline at end of file