jpgorganizer / ioBroker.smartgarden

GARDENA smart system adapter for ioBroker
Other
21 stars 8 forks source link

Fix comparison with NaN in api.js #67

Closed llendi closed 3 months ago

llendi commented 1 year ago

Replaced 'value === NaN' with 'isNaN(value)' for correct NaN comparison. The '===' comparison does not work with NaN as per JavaScript's rules. This change ensures the intended behavior.

jpgorganizer commented 3 months ago

was already fixed in dev version, gets public with next version