Fix typo in LightSwitchStateManager filename

This commit is contained in:
Jaylyn Barbee
2025-11-20 09:41:40 -08:00
committed by GitHub
parent d052e33607
commit f40bd3e49c

View File

@@ -36,7 +36,7 @@ The **Light Switch** module lets users automatically transition between light an
* **LightSwitchService.cpp** * **LightSwitchService.cpp**
is the heart beat of the module. Controls ticking every minute and depending on user actions (manual override, settings changing, etc) triggers the state manager to perform the corresponding operation. is the heart beat of the module. Controls ticking every minute and depending on user actions (manual override, settings changing, etc) triggers the state manager to perform the corresponding operation.
* **LightSwitchStateMangager.cpp** * **LightSwitchStateManager.cpp**
handles updating the state based on the signals sent by LightSwitchService. handles updating the state based on the signals sent by LightSwitchService.
* **SettingsXAML/LightSwitch** * **SettingsXAML/LightSwitch**