mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Removing the hard coded type
This commit is contained in:
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…
Reference in New Issue
Block a user