Error : angle outside
Posted: Saturday 28 August 2021 9:22
Hello,
With debug F12 I have following error : My block wind6 device:
The same for wind4 and wind7
An idea ?
With debug F12 I have following error : My block wind6 device:
Code: Select all
blocks['wind6'] = {
idx: 114, // Vitesse Vent
title: 'Vitesse du Vent',
type: 'dial',
color: '#57c4d6', // couleur cyan
values: [
{
value: 'Data',
addClass: 'bigwind',
decimals: 1,
//unit: ' Km/h',
}
],
setpoint: 0,
offset: 180,
width: 2,
showring: false,
showunit: true,
shownumbers: true,
last_update: true,
showvalue: false,
min: 0,
max: 110,
}
An idea ?