Skip to content

Commit

Permalink
Local: Get EV_CONNECTED
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Aug 23, 2024
1 parent 4f63892 commit ad25815
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion lib/senec/local/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ module Local
CASE_TEMP: ''
},
WALLBOX: {
APPARENT_CHARGING_POWER: ''
APPARENT_CHARGING_POWER: '',
EV_CONNECTED: ''
}
}.freeze

Expand Down
8 changes: 4 additions & 4 deletions spec/support/cassettes/local/request-error.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions spec/support/cassettes/local/request.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad25815

Please sign in to comment.