forked from community/device-mgt-plugins
commit
f810c764d4
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"name": "iot.per.device.stream.virtualfirealarm",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"nickName": "virtual_firealarm",
|
||||||
|
"description": "Temperature data received from the virtual_firealarm",
|
||||||
|
"metaData": [
|
||||||
|
{"name":"owner","type":"STRING"},
|
||||||
|
{"name":"deviceId","type":"STRING"},
|
||||||
|
{"name":"time","type":"LONG"}
|
||||||
|
],
|
||||||
|
"payloadData": [
|
||||||
|
{
|
||||||
|
"name": "temperature","type": "FLOAT"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in new issue