From 91d6249ada54ddfcb2a13acbf091127d9e0243dc Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 2 Oct 2024 10:04:13 +0200 Subject: [PATCH] add comments --- src/system.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/system.h b/src/system.h index 4251bd8b9..60b619195 100644 --- a/src/system.h +++ b/src/system.h @@ -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_; }