read input and output commands

This commit is contained in:
Emanuele Trabattoni
2025-08-04 11:37:53 +02:00
parent 4a1e944ea2
commit 80fda62344
2 changed files with 27 additions and 18 deletions

View File

@@ -116,6 +116,9 @@ namespace commands
{"getHPpower", Commands::getHPpower},
{"setHeating", Commands::setHeating},
{"getInputStatus", Commands::getInputStatus},
{"getOutputStatus", Commands::getOutputStatus},
{"getTimeDrift", Commands::getTimeDrift},
{"setTimeNTP", Commands::setTimeNTP},
};