diff --git a/README.md b/README.md index 4a32602..667a19b 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,22 @@ Each folder contains a set of rules that can be used with Philips Hue. +**This is for geeks!** 😉 + ## Usage -See the readme inside the folder. +See the readmes inside the ruleset folders. ## Installation The JSON files are raw Hue API requests for maximum flexibility and portability. Identifiers for lights and sensors are parameterized using uppercase letters. Hence, before submitting the configuration files to the bridge, -they should be replaced as described below. +the parameters should be replaced as described below. Some rulesets also require memory sensors. -The `BASENAME` and `MAC` parameters should be different for -every configuration. +The `BASENAME` and `XX` parameters should be different for +every instance of the ruleset. ### Example @@ -56,10 +58,8 @@ for f in DimmerBed/*.rule.json; do cat "$f" | sed "$IDS" | curl "$PREFIX/rules" ### Advanced Example -Note that the installation always is the same command. This example requires `jq` for fully automated installation. - ```sh install_sensor() { cat $1.sensor.json | sed "$IDS" | \