MCPcopy Create free account
hub / github.com/UtilitechAS/amsreader-firmware / clearDebug

Method clearDebug

lib/AmsConfiguration/src/AmsConfiguration.cpp:407–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407void AmsConfiguration::clearDebug(DebugConfig& config) {
408 config.level = 5;
409 config.telnet = false;
410 config.serial = false;
411}
412
413bool AmsConfiguration::getDomoticzConfig(DomoticzConfig& config) {
414 if(hasConfig()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected