-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove local copy of HelperResources
- Loading branch information
Showing
15 changed files
with
37 additions
and
2,523 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
--- /Users/Kevin/GitHub/ShutdownMonitor.copy/FileSets/PatchSource/PageSettingsGeneral.qml.orig 2024-03-22 19:53:04 | ||
+++ /Users/Kevin/GitHub/ShutdownMonitor.copy/FileSets/PatchSource/PageSettingsGeneral.qml 2024-03-22 19:48:02 | ||
@@ -89,6 +89,14 @@ | ||
vePlatform.reboot() | ||
--- /Users/Kevin/GitHub/ShutdownMonitor.copy/FileSets/PatchSource/PageSettingsGeneral.qml.orig 2024-04-22 04:01:13 | ||
+++ /Users/Kevin/GitHub/ShutdownMonitor.copy/FileSets/PatchSource/PageSettingsGeneral.qml 2024-05-02 17:23:48 | ||
@@ -90,6 +90,15 @@ | ||
} | ||
} | ||
|
||
+//////// add for Shutdown command | ||
+ MbSubMenu | ||
+ { | ||
+ description: qsTr("Shutdown") | ||
+ subpage: Component { PageSettingsShutdown {} } | ||
+ MbSubMenu | ||
+ { | ||
+ description: qsTr("Shutdown") | ||
+ subpage: Component { PageSettingsShutdown {} } | ||
+ property VBusItem shutdownItem: VBusItem { bind: Utils.path("com.victronenergy.shutdown", "/Shutdown") } | ||
+ show: shutdownItem.valid | ||
+ } | ||
+ show: shutdownItem.valid | ||
+ } | ||
+ | ||
MbSwitch { | ||
property VBusItem hasBuzzer: VBusItem {bind: "com.victronenergy.system/Buzzer/State"} | ||
name: qsTr("Audible alarm") |
Oops, something went wrong.