-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CI: fix tools/common.sh for updating UI version * CI: fix Debian build script Replace all unwanted characters in branch name with "." to be compliant with Debian version requirements * WebsocketClient: decreased connection lost timeout Decreased connection lost timeout to make sure the detection happens within 5 minutes every 100sec ping waiting for response time 1.5 * 100sec = 150sec total time 250sec * Debian: fix debian/semver compatible version string * UI: remove unused channels History Production modal Before this bugfix UI would query a channel that was not existing for pure AC systems, and Backend would fall-back to 'old' InfluxDB instead of Aggregated. * KMtronic: set persistence priority for relay channels to high - Increased persistence priority to enable resending and saving data locally - Also set debug channel to medium * Backend/UI: Add filters to edges overview * UI * Add OpenEMSSumStateLevel (as sumState) to getEdgesRequest * Show sumState in edges Overview * Add filter for producttype and sumState to edges overview * Add firstSetupProtocolDate to profile * Backend * Add Sumstate to edgeMetadata * Add searchParams to getEdgesRequest * isOnline -> if edge is online * sumState -> the sumState of the edge * productType -> the producttype of the edge * Fix OptionsEnums with non-unique values Original: change value of Undefined state in GoodWeHardwareType. Caused problems in fems14974 as the Battery values are set to 0 in Undefined state * Cleanup --------- Co-authored-by: Michael Grill <[email protected]> Co-authored-by: Lukas Rieger <[email protected]> Co-authored-by: Sagar Venu <[email protected]> Co-authored-by: Jan Seidemann <[email protected]> Co-authored-by: Anas Shetla <[email protected]> Co-authored-by: Sebastian Asen <[email protected]> Co-authored-by: Stefan Feilmeier <[email protected]>
- Loading branch information
1 parent
7a92b64
commit dc9c67e
Showing
55 changed files
with
920 additions
and
978 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
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
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,4 +21,4 @@ public String getApikey() { | |
public String getSetupPassword() { | ||
return this.setupPassword; | ||
} | ||
} | ||
} |
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.