-
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
Showing
4 changed files
with
84 additions
and
27 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Change Log - domoticz scripts | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
Changelog based on guidelines from [Keep a CHANGELOG](http://keepachangelog.com/). | ||
|
||
## 1.0.1 | ||
#### Fixed: | ||
- script_timae_radar.lua script now uses alert virtual hardware device with status updates. | ||
- script_timae_traffic.lua script now uses alert virtual hardware device with status updates. | ||
|
||
## 1.0.0 | ||
#### Added: | ||
- script_timae_radar.lua script. | ||
- script_timae_traffic.lua script. |
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,2 +1,15 @@ | ||
# domoticz_scripts | ||
Collection of domoticz lua scripts | ||
# Domoticz Lua scripts | ||
Collection of domoticz lua scripts, currently consisting of: | ||
|
||
- `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 | ||
|
||
|
||
## Installation: | ||
Put the scripts you want inside your domoticz lua scripts folder: | ||
|
||
`domoticz/scripts/lua` | ||
|
||
Keep the name of the script filenames the same, and they will be | ||
triggered every minute (actual code execution every x minutes can | ||
be set inside every script). |
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
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