Skip to content

Commit

Permalink
Fixes spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
bphermansson committed Dec 20, 2022
1 parent 439e01c commit 2c9a0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/phevargs.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define CHARGING_STATUS "chargestatus"
#define HVAC_STATUS "hvac"
#define UPDATE "update"
#define REMAINING_CHARGING_STATUS "remaningchargestatus"
#define REMAINING_CHARGING_STATUS "remainingchargestatus"
#define AIRCON "aircon"
#define AIRCON_MODE "acmode"
#define TEST_MODE "test"
Expand Down
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ int main(int argc, char *argv[])
phevSettings_t settings = {
.host = opts->host,
.mac = opts->mac,
.numerical = true,
.port = opts->port,
.registerDevice = (opts->command == CMD_REGISTER ? true : false),
.handler = main_eventHandler,
Expand Down

0 comments on commit 2c9a0ab

Please sign in to comment.