From b8107f37c66d02e6e03ece0da3ea61324c42e2d0 Mon Sep 17 00:00:00 2001 From: Johnny Mijnhout Date: Thu, 24 Aug 2017 21:14:40 +0200 Subject: [PATCH] update readme --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 63b3982..23bcc30 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file