Page 1 of 1

Custom Sensor Value

Posted: Friday 06 October 2017 8:07
by emme
Ciao,

is there a way to get the value from a Custom sensor without using the .rawData[1] function?
the wiki shows that only .sensorType, .sensorUnit, .updateCustomSensor(<value>) are supported.... .value simply does not work for me

ciao
M

Re: Custom Sensor Value

Posted: Friday 06 October 2017 8:35
by dannybloe
You can use mySensor.state as well. Note that it is a string value.