From 1aeabb631d8414d87fb04095cbbedabafdd5ba09 Mon Sep 17 00:00:00 2001 From: Thomas Kaltenbach Date: Fri, 25 Sep 2020 20:53:06 +0200 Subject: [PATCH] Add example for fan characteristics rotationSpeed --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4535b68..7481d23 100755 --- a/README.md +++ b/README.md @@ -88,6 +88,12 @@ You have to create a config.json in .homebridge directory. You'll find that dire "type": "Fan", "onoff": "OG.Bad.Ventilator" }, + { + "name": "Lüftung", + "type": "Fan", + "onoff": "EG.Lüftung" + "rotationSpeed": "EG.LüftungSpeed" + }, { "name": "Schalter", "type": "Switch",