Removing the hard coded type

revert-dabc3590
Megala 8 years ago
parent 7045a94615
commit e55c380120

@ -9,7 +9,7 @@
"type": "Feature", "type": "Feature",
"id": {{id}}, "id": {{id}},
"deviceId": {{id}}, "deviceId": {{id}},
"deviceType" : "virtual_firealarm", "deviceType" : "{{type}}",
"state": {{state}}, "state": {{state}},
"information": {{information}}, "information": {{information}},
"longitude" : {{longitude}}, "longitude" : {{longitude}},

Loading…
Cancel
Save