mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-21 23:57:06 +01:00
system: use direct status updates instead of broker
Get rid of status & config brokers, register status callbacks directly with the module.
This commit is contained in:
@@ -14,8 +14,6 @@ Copyright (C) 2020 by Maxim Prokhorov <prokhorov dot max at outlook dot com>
|
||||
#include "system.h"
|
||||
#include "utils.h"
|
||||
|
||||
BrokerBind(StatusBroker);
|
||||
|
||||
bool rpcHandleAction(const String& action) {
|
||||
bool result = false;
|
||||
if (action.equals("reboot")) {
|
||||
|
||||
Reference in New Issue
Block a user