SignalK / SensESP

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

Reimplement previously removed "standard sensors" #455

Closed mairas closed 2 years ago

mairas commented 2 years ago

There are ~four~ five system information sensors, previously called standard sensors, that were enabled by default and could be triggered on or off using SensESPAppBuilder:

SensESPAppBuilder needs to have convenience methods to enable these:

And additionally, one convenience method to enable all of these. My proposal for the name:

ba58smith commented 2 years ago

I like system_info_sensors.

JohnySeven commented 2 years ago

Like it! Library user have it all under control!

mairas commented 2 years ago

Fixed in #472.