diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-07 22:50:40 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-07 22:50:40 +0100 |
commit | 84cab608ff289ca3b6693ca8355ddc3afd62592d (patch) | |
tree | e27788ee6f22327701a94914fcd9dfcedb7d0651 /README.md | |
parent | 530fc42f37eb17e3638f6aef055da77847e20dfa (diff) |
add another possible TODO
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,7 @@ TODO: - variable substitution. - MQTT triggers. +- time triggers? ## Config @@ -45,6 +46,9 @@ For example, "formValues": { "power": "on" } + }, + { + "schedule": "20:00 daily" } ], "actions": [ |