You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-13Lines changed: 22 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,12 +42,12 @@ To use this module, add it to the modules array in the `config/config.js` file:
42
42
Action: [
43
43
[{notification:'PAGE_INCREMENT',payload:''},{notification:'PAGE_DECREMENT',payload:''}],//action array, first press locks menu, after this rotation CW/CCW executes, second press release lock mode
Further information:<br>In version 1.1 of the module, i added a 'second click confirmation notification' for the following <code>REMOTE_ACTIONs</code>.<br>
85
-
- SHUTDOWN<br>
86
-
- RESTART<br>
87
-
- REBOOT<br>
88
-
This means, if you select one of these entries and press the rotary, you get a notification to do a second press to execute the selected entry.
90
+
Further information:<br>In version 1.1 of the module, i added a 'second click confirmation notification' for the following <code>SHELLCOMMAND</code>.<br>
91
+
This means, if you are using SHELLCOMMAND and press the rotary, you get a notification to do a second press to execute the selected entry.
89
92
90
93
## Further options
91
94
You can communication with this module also by sending notifications.
<code>yourmmip:8080/MMM-Navigate/remote?notification=SHELLCOMMAND&action=sudo%20shutdown%20-h%20now</code> send command to shutdown your pi
96
100
97
101
## Version
102
+
1.3 Changelog:
103
+
- added some functions to no longer have a dependency to MMM-Remote-Control
104
+
- SHELLCOMMAND
105
+
- module is now listening to <code>yourmmip:8080/MMM-Navigate/remote?</code>
106
+
98
107
1.2 Changelog:
99
108
- added lock icon next to navigation alias, if locked
100
109
- code cleaned
@@ -104,6 +113,6 @@ The following properties can be configured:
104
113
- added ability to send notifications to MMM-Navigate by other modules
105
114
- added locked mode, so you can put two(2) actions in one(1) navigation link which belong together (like PAGE_INCREMENT and PAGE_DECREMENT). More details see Configuration options (Action).
106
115
- modified css, so locked mode is visual (red frame when locked) in MM
107
-
- added second click confirmation notification' for the following REMOTE_ACTIONs (SHUTDOWN, RESTART, REBOOT)
116
+
- added second click confirmation notification for SHELLCOMMAND
0 commit comments