mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
renamed table name and graph axes labels
This commit is contained in:
parent
3e561a6ccf
commit
e8e648ce76
@ -7,12 +7,12 @@
|
|||||||
"analyticStreams": [
|
"analyticStreams": [
|
||||||
{
|
{
|
||||||
"name": "Temperature",
|
"name": "Temperature",
|
||||||
"table": "DEVICE_TEMPERATURE_SUMMARY",
|
"table": "DEVICE_${deviceType}_${nameOfTheSensor}_SUMMARY",
|
||||||
"ui_unit": {
|
"ui_unit": {
|
||||||
"name": "cdmf.unit.analytics.line-chart",
|
"name": "cdmf.unit.analytics.line-chart",
|
||||||
"data":[
|
"data":[
|
||||||
{"column": {"name":"TIME", "label":"time", "ui-mapping":"x-axis"}},
|
{"column": {"name":"TIME", "label":"time", "ui-mapping":"x-axis"}},
|
||||||
{"column": {"name":"TEMPERATURE", "label":"Temperature", "ui-mapping":"y-axis"}}
|
{"column": {"name":"${nameOfTheSensor}", "label":"${nameOfTheSensor}", "ui-mapping":"y-axis"}}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user