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