-
Notifications
You must be signed in to change notification settings - Fork 639
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sns: rename generic pwr keys with a typed prefix
Ratio, Mains are specific to a magnitude type. Make keys use global index, and do a (temporary) WebUI workaround to use 0 index instead of the global key. Migrate to the new settings keys. Local magnitude-specific index is still in play, pending changes in the rest of sensors (ADE7953, PZEM004T{,V30}, ...) to remove it completely. Local sensor index could still be useful though, to help out with some settings in the future as we don't really enforce magnitude type uniqueness within sensors.
- Loading branch information
Showing
9 changed files
with
3,550 additions
and
3,538 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,5 @@ | |
#endif | ||
|
||
#ifndef CFG_VERSION | ||
#define CFG_VERSION 6 | ||
#define CFG_VERSION 7 | ||
#endif |
Binary file not shown.
Binary file not shown.
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
Oops, something went wrong.