We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfe732 commit 9695653Copy full SHA for 9695653
main.js
@@ -439,7 +439,7 @@ class Digitalstrom extends utils.Adapter {
439
this.log.info('INVALID Device Sensor update');
440
return;
441
}
442
- this.setState(sourceDeviceId, data.properties.sensorValueFloat, true);
+ this.setState(sourceDeviceId, parseFloat(data.properties.sensorValueFloat), true);
443
});
444
445
this.dss.on('deviceBinaryInputEvent', data => {
0 commit comments