-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Johnny Mijnhout
committed
Aug 24, 2017
1 parent
3b055c5
commit b8107f3
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
# Domoticz Lua scripts | ||
Collection of domoticz lua scripts, currently consisting of: | ||
# Domoticz scripts | ||
Collection of domoticz lua and shell scripts. | ||
|
||
### Lua: | ||
- `script_time_radar.lua`: Radar detection and alerting on specified roads (Netherlands only) | ||
- `script_time_traffic.lua`: Traffic jam detection and alerting on specified routes | ||
|
||
### Shell | ||
Collection of domoticz lua scripts, currently consisting of: | ||
|
||
- `message.sh`: Send a text message using a Telegram bot | ||
- `snapshot.sh`: Send a photo using a Telegram bot | ||
|
||
## Installation: | ||
Put the scripts you want inside your domoticz lua scripts folder: | ||
Put the scripts you want inside your domoticz scripts folders: | ||
|
||
`domoticz/scripts/lua` | ||
`domoticz/scripts/shell` | ||
|
||
Keep the name of the script filenames the same, and they will be | ||
Keep the name of the lua script filenames the same, and they will be | ||
triggered every minute (actual code execution every x minutes can | ||
be set inside every script). |