Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Jan 14, 2025
1 parent 2ee1922 commit 6384c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/devices/AirCondition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class AirCondition extends ElectricityDataDevice {
return this.#modeState.value;
}

etMode(mode: AirConditionerMode): Promise<void> {
setMode(mode: AirConditionerMode): Promise<void> {
if (!this.#modeState) {
throw new Error('Mode state not found');
}
Expand Down

0 comments on commit 6384c25

Please sign in to comment.