Skip to content

Commit c436a7e

Browse files
committed
Add image and edit commands
1 parent 3a4170a commit c436a7e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Images/Screenshot_commands.png

872 KB
Loading

docs/COMMANDS.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@ A set of time commands is a series of commands to be executed when a specified d
140140

141141
- __Due Time Hours:__ Hours (from 0 to 23) of daily due time of commands
142142
- __Due Time Minutes:__ Minutes (from 0 to 59) of daily due time of commands
143-
- __Duration Minutes:__ Minutes (from 1 to 1440) of duration after due time while the commands will be executed
143+
- __Duration Minutes:__ Minutes (from 1 to 1439) of duration after due time while the commands will be executed
144144
- __Commands:__ Commands to be executed when the due time comes
145145

146146
A command can set brightness or contrast of a monitor or all monitors. If you want to run multiple commands at the same due time, those commands must be included in one set of time commands. Otherwise, other commands specified for the same due time will be ignored.
147147

148-
The duration minutes is for the case where the system starts or resumes after a due time. For example, assuming the due time is __08:50__ and the duration is __30__ minutes, if the system is turned on at __09:00__, the commands that should have been executed at __08:50__ will be executed. However, if the system is turned on at __9:30__, the commands will not be executed. The longest duration is 1 day (1440 minutes).
148+
The duration minutes is for the case where the system starts or resumes after a due time. For example, assuming the due time is __08:50__ and the duration is __30__ minutes, if the system is turned on at __09:00__, the commands that should have been executed at __08:50__ will be executed. However, if the system is turned on at __9:30__, the commands will not be executed. The longest duration is around 1 day (1439 minutes).
149149

150150
The sets of time commands must be specified in an array in JSON format. Then the JSON file must be loaded with `/load` option and `time` sub-option. The usage of this option is as follows.
151151

@@ -250,7 +250,7 @@ There are a few remarks:
250250
"DurationMinutes": {
251251
"type": "integer",
252252
"minimum": 1,
253-
"maximum": 1440
253+
"maximum": 1439
254254
},
255255
"Commands": {
256256
"type": "array",
@@ -429,4 +429,9 @@ There are a few remarks:
429429
"$ref": "#/definitions/KeyCommand"
430430
}
431431
}
432-
```
432+
```
433+
434+
After loading the commands, you can browse the current commands on Command Settings.
435+
436+
![Screenshot](../Images/Screenshot_commands.png)<br>
437+
(Device Instance IDs are dummy)

0 commit comments

Comments
 (0)