schemas/device.json in losant_rest-1.0.0 vs schemas/device.json in losant_rest-1.0.1
- old
+ new
@@ -81,16 +81,16 @@
},
"deviceClass": {
"type": "string",
"enum": [
"standalone",
- "master",
- "owned",
+ "gateway",
+ "peripheral",
"floating",
"virtual"
]
},
- "masterId": {
+ "gatewayId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
"connectionInfo": {
"type": "object",
\ No newline at end of file