You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
toFixed() creates a String. So this state is a string but should be a number:
Log fills with web-speedy.0 | 2021-11-04 10:12:07.090 | info | State value to set for "web-speedy.0.running_upload_speed" has to be type "number" but received type "string"
Is this line correct?
ioBroker.web-speedy/main.js
Line 195 in 629f35c
or is it a copy paste error and it should be
this.create_state('running_download_speed', 'running_download_speed', (speed * 125).toFixed(2));
The text was updated successfully, but these errors were encountered: