SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
152 stars 81 forks source link

Fixed error when saving configuration for FloatThreshold #649

Closed rogerlittin closed 1 year ago

rogerlittin commented 1 year ago

Removed unused out_range_ parameter from ThresholdTransform.

This PR fixes a bug that prevents the configuration for a FloatThreshold transform from being saved. It also removes the unused out_range_ variable from ThresholdTransform, which is always the opposite of in_range_.

mairas commented 1 year ago

Sorry, I had missed the notification email! Looks good to me.