*web* 2x, 3x chart, d&d OTA, Info

This commit is contained in:
Mit4el
2025-03-28 20:43:10 +03:00
parent 769d6fc7f1
commit efc4da0bb6
15 changed files with 1030 additions and 20 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -177,6 +177,39 @@
"maxCount": 86400,
"type": "bar"
},
{
"name": "chart4",
"label": "График Часовой",
"widget": "chart",
"dateFormat": "HH:mm",
"maxCount": 3600,
"type": "bar"
},
{
"name": "chart5",
"label": "График двойной",
"widget": "chart",
"series": [
"Температура, С",
"Влажность, %"
],
"dateFormat": "HH:mm",
"maxCount": 86400,
"pointRadius": 0
},
{
"name": "chart6",
"label": "График тройной",
"widget": "chart",
"series": [
"Температура, С",
"Влажность, %",
"Давление, кПа"
],
"dateFormat": "HH:mm",
"maxCount": 86400,
"pointRadius": 0
},
{
"name": "fillgauge",
"label": "Бочка",
@@ -321,10 +354,6 @@
"widget": "anydata",
"after": "°",
"icon": "speedometer"
},
{
"name": "nil",
"label": "Без виджета"
},
{
"name": "anydataBar",
@@ -332,5 +361,9 @@
"widget": "anydata",
"after": "Kg/cm²",
"icon": "speedometer"
},
{
"name": "nil",
"label": "Без виджета"
}
]