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
+7-2
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ tcp://192.168.5.5:110000/0x
151
151
```
152
152
153
153
#### Multiple Call Construct
154
-
Also available is the ability to specify multiple commands in the On URL, Dim URL and Off URL areas by adding Json constructs listed here.
154
+
Also available is the ability to specify multiple commands in the On URL, Dim URL and Off URL areas by adding Json constructs listed here. This is only for the types of tcp, udp, http, https or a new exec type.
The release as of v2.0.0 will now support the execution of a local script or program. This will blindly fire off a process to run and is bound by the privileges of the java process.
@@ -185,6 +186,10 @@ OR
185
186
186
187
/home/me/startsomething.sh
187
188
189
+
OR
190
+
191
+
[{"item":"exec://notepad.exe"}]
192
+
188
193
```
189
194
190
195
Also, you may want to use the REST API's listed below to configure your devices.
0 commit comments