Fix compilation of sprinklerd

This commit is contained in:
2017-04-21 23:56:05 +02:00
parent 298cde361d
commit 936487e3d9
22 changed files with 110 additions and 72 deletions

View File

@@ -0,0 +1,20 @@
exemple de commande du opensprinker PI
https://github.com/rayshobby/opensprinkler
Bonne appli on peut s'en inspirer
https://opensprinkler.com/forums/topic/sprinklers_pi-an-alternative-sprinkler-control-program/
https://github.com/rszimm/sprinklers_pi/
## Command used to activate or not a Sprinkler.
>
>./bin/ucli call sprinkers set "{ \"station\": 7,\"state\": true}"
>
>./bin/ucli call sprinkers set "{ \"station\": 7,\"state\": false}"
>