Skip to content

Commit df5ce4b

Browse files
committed
v4.0.16-beta
1 parent ac613d6 commit df5ce4b

16 files changed

+323
-250
lines changed

public/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v4.0.16-beta (04.02.2024)
2+
## Settings
3+
- Optimization Panel and Template Settings
14
# v4.0.15-beta (31.01.2024)
25
## Component Colorpicker
36
- Develpoment

src/components/PanelMainChart.vue

+3
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@
103103
if(!/^\[.*\]$/.test(loadData)) logData = '[' + logData + ']'
104104
105105
data = fhem.stringToJson(logData)
106+
107+
//on effect on gauge
108+
//for(const [ idx, value] of Object.entries(data)) data[idx] = parseFloat(value).toFixed(def.digits)
106109
}
107110
108111
res.push({ xAxisType: xAxisType, type: def.type, name: def.name, digits: def.digits, suffix: def.suffix, data })

0 commit comments

Comments
 (0)