| 405 | } |
| 406 | |
| 407 | void AmsConfiguration::clearDebug(DebugConfig& config) { |
| 408 | config.level = 5; |
| 409 | config.telnet = false; |
| 410 | config.serial = false; |
| 411 | } |
| 412 | |
| 413 | bool AmsConfiguration::getDomoticzConfig(DomoticzConfig& config) { |
| 414 | if(hasConfig()) { |
nothing calls this directly
no outgoing calls
no test coverage detected