mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2025-10-29 19:43:22 +00:00
docs
This commit is contained in:
parent
1dca2086a1
commit
92072aae51
@ -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>
|
||||
|
||||
@ -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 |
|
||||
|:------------- |:------------- | -----:|
|
||||
|
||||
@ -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 |
|
||||
|:------------- |:------------- | -----:|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user