Removing the hard coded type

This commit is contained in:
Megala 2016-12-05 13:43:15 +05:30
parent 7045a94615
commit e55c380120

View File

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