mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add comments
This commit is contained in:
@@ -162,10 +162,12 @@ class System {
|
||||
readonly_mode_ = readonly_mode;
|
||||
}
|
||||
|
||||
// Boolean Format API/MQTT
|
||||
uint8_t bool_format() {
|
||||
return bool_format_;
|
||||
}
|
||||
|
||||
// Boolean Format Web
|
||||
uint8_t bool_dashboard() {
|
||||
return bool_dashboard_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user