-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- the EvseSlac module had config options for `evse_id` and `nid`, which both are not used at all - the specification states, that the `nid` needs to be derived from the `nmk`, and hence shouldn't be set directly anyway - furthermore, the specification states, that the `evse_id` should have the value of `0x00` (which the current implementation also does) - the same is true for the option `ev_id` in the EvSlac module - all of these, therefore, unused options have been removed - NOTE: the JsSlacSimulator still has these config options and might need to be changed too Signed-off-by: aw <aw@pionix.de>
- Loading branch information
1 parent
f166b8d
commit cf09a57
Showing
6 changed files
with
0 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ namespace main { | |
|
||
struct Conf { | ||
std::string device; | ||
std::string ev_id; | ||
int set_key_timeout_ms; | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters