This commit is contained in:
J. Nick Koston 2023-06-09 15:56:13 -05:00
parent 624897bc89
commit 025ab70a3b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace ratgdo {
void RATGDOSwitch::dump_config()
{
LOG_NUMBER("", "RATGDO Switch", this);
LOG_SWITCH("", "RATGDO Switch", this);
ESP_LOGCONFIG(TAG, " Type: Lock");
}