Skip to content

Commit 4e77b95

Browse files
committed
fix: parameter naming for doc
1 parent c7d5622 commit 4e77b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ir_Electrolux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class IRElectroluxAc {
8686

8787
bool getPower() const;
8888

89-
void setTemp(uint8_t temp);
89+
void setTemp(uint8_t degrees);
9090

9191
uint8_t getTemp() const;
9292

0 commit comments

Comments
 (0)