mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Code reformatting.
This commit is contained in:
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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -10,4 +10,4 @@
|
||||
"provider-name": "realtime",
|
||||
"streamName": "org.wso2.iot.android.battery:1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -13,4 +13,4 @@
|
||||
"gadget-name": "ANDROID_MAGNETIC_GADGET",
|
||||
"chart-name": "line-chart"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -13,4 +13,4 @@
|
||||
"gadget-name": "ANDROID_ROTATION_GADGET",
|
||||
"chart-name": "line-chart"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user