SignalK / SensESP

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

Web UI class cleanups #755

Closed mairas closed 1 month ago

mairas commented 1 month ago

UIOutput has been renamed to StatusPageItem. It also inherits from ObservableValue. UILambdaOutput has been removed. Instead, producers can be connected to the StatusPageItems to achieve dynamic updates.

Also, System info sensors inherit directly from ValueProducer. Previously, they were Sensors, which made them FileSystemSaveable, which they really weren't.