Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
checklist:submission_script [2019/06/06 04:10] optrix |
checklist:submission_script [2019/06/06 04:29] (current) optrix |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| These are sent as //environment variables// to the script. | These are sent as //environment variables// to the script. | ||
| + | |||
| + | If successful, the script must return the two letters **OK** (CR/LF afterwards is acceptable). Any further output will cause the web interface to display a warning message, along with any output your script produces. | ||
| You can see several example scripts below... | You can see several example scripts below... | ||
| Line 19: | Line 21: | ||
| ^Script Actions^ | ^Script Actions^ | ||
| |[[Email records to an email address]]| | |[[Email records to an email address]]| | ||
| - | |[[Add lines to a CSV file]]| | ||
| |[[Write records to an Access database]]| | |[[Write records to an Access database]]| | ||
| |[[Write records to a MySQL / MariaDB database]]| | |[[Write records to a MySQL / MariaDB database]]| | ||
| |[[Write values back to ARDI properties]]| | |[[Write values back to ARDI properties]]| | ||
| + | |[[Write values to a Modbus TCP slave device]]| | ||