I wrote an app for ESP32 Arduino which uses the json request : json?request=controldevicebyvalue&ref=2755&value="+ voltage_value;
The value posts a decimal to the device correctly as below.
When I pull the devicevalue through vbscript I only get the integer value (4) and not the 3.64
I am using hs.DeviceValue(2755)
Any thoughts:
Will

The value posts a decimal to the device correctly as below.
When I pull the devicevalue through vbscript I only get the integer value (4) and not the 3.64
I am using hs.DeviceValue(2755)
Any thoughts:
Will
Comment