forked from community/device-mgt-plugins
parent
81b5b1a907
commit
2fcaf12373
@ -1 +1,16 @@
|
||||
{"provider-conf" : {"streamName" : "org.wso2.iot.android.accelerometer:1.0.0", "provider-name" : "realtime"}, "chart-conf" : {"x" : "TIMESTAMP", "xType" : "time", "y" : "value", "yType" : "number", "color" : "axis", "maxLength" : "30", "gadget-name" : "ANDROID_ACCELETOMETER_GADGET", "chart-name" : "line-chart"}}
|
||||
{
|
||||
"provider-conf": {
|
||||
"streamName": "org.wso2.iot.android.accelerometer:1.0.0",
|
||||
"provider-name": "realtime"
|
||||
},
|
||||
"chart-conf": {
|
||||
"x": "TIMESTAMP",
|
||||
"xType": "time",
|
||||
"y": "value",
|
||||
"yType": "number",
|
||||
"color": "axis",
|
||||
"maxLength": "30",
|
||||
"gadget-name": "ANDROID_ACCELETOMETER_GADGET",
|
||||
"chart-name": "line-chart"
|
||||
}
|
||||
}
|
||||
|
@ -1 +1,16 @@
|
||||
{"provider-conf" : {"streamName" : "org.wso2.iot.android.gyroscope:1.0.0", "provider-name" : "realtime"}, "chart-conf" : {"x" : "TIMESTAMP", "xType" : "time", "y" : "value", "yType" : "number", "color" : "axis", "maxLength" : "30", "gadget-name" : "ANDROID_GYROSCOPE_GADGET", "chart-name" : "line-chart"}}
|
||||
{
|
||||
"provider-conf": {
|
||||
"streamName": "org.wso2.iot.android.gyroscope:1.0.0",
|
||||
"provider-name": "realtime"
|
||||
},
|
||||
"chart-conf": {
|
||||
"x": "TIMESTAMP",
|
||||
"xType": "time",
|
||||
"y": "value",
|
||||
"yType": "number",
|
||||
"color": "axis",
|
||||
"maxLength": "30",
|
||||
"gadget-name": "ANDROID_GYROSCOPE_GADGET",
|
||||
"chart-name": "line-chart"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue