This commit is contained in:
openshwprojects 2023-04-17 09:55:03 +02:00
parent 1dca2086a1
commit 92072aae51
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Console command examples
This file was autogenerated by running 'node scripts/getcommands.js' in the repository.
All questions/answers were taken from json file.
All command examples were taken from json file.
This will send a Tasmota HTTP Toggle command every 15 seconds to given device. Repeats value here is '-1' because we want this event to stay forever.
<br>```addRepeatingEvent 15 -1 SendGet http://192.168.0.112/cm?cmnd=Power0%20Toggle```<br>

View File

@ -1,7 +1,10 @@
# Commands
Here is the latest, up to date command list.
This file was autogenerated by running 'node scripts/getcommands.js' in the repository.
All descriptions were taken from code.
All descriptions were taken from code.<br>
Please remember that some commands might require starting a related driver first, so, for example, you must first do 'startDriver DoorSensor' and then 'DSEdge 1'.
Also remember that commands can be put in autoexec.bat to run at startup (see Web Application->LittleFS tab).
<br>
Do not add anything here, as it will overwritten with next rebuild.
| Command | Arguments | Description |
|:------------- |:------------- | -----:|

View File

@ -696,7 +696,7 @@ All questions/answers were taken from json file.
let commandExamplesmdshort =
`# Console command examples
This file was autogenerated by running 'node scripts/getcommands.js' in the repository.
All questions/answers were taken from json file.
All command examples were taken from json file.
`;
let autoexecsmdshort =
@ -766,7 +766,10 @@ let mdshort =
`# Commands
Here is the latest, up to date command list.
This file was autogenerated by running 'node scripts/getcommands.js' in the repository.
All descriptions were taken from code.
All descriptions were taken from code.<br>
Please remember that some commands might require starting a related driver first, so, for example, you must first do 'startDriver DoorSensor' and then 'DSEdge 1'.
Also remember that commands can be put in autoexec.bat to run at startup (see Web Application->LittleFS tab).
<br>
Do not add anything here, as it will overwritten with next rebuild.
| Command | Arguments | Description |
|:------------- |:------------- | -----:|