add comments

This commit is contained in:
proddy
2024-10-02 10:04:13 +02:00
parent 52cd8fa3e8
commit 91d6249ada

View File

@@ -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_;
} }