add getMacAddress, used in Modules

This commit is contained in:
proddy
2024-05-27 22:15:21 +02:00
parent b0d3a2204a
commit bcb78ee4d2

View File

@@ -82,6 +82,8 @@ class System {
void send_heartbeat();
void send_info_mqtt();
std::string getMacAddress() const;
bool syslog_enabled() {
return syslog_enabled_;
}