kdietrich / homebridge-devolo

WARNING: this repo is not maintained anymore. Homebridge plugin for Devolo Home Control
16 stars 4 forks source link

Documentation of scene/rule whitelist #19

Closed kdietrich closed 7 years ago

KiboOst commented 7 years ago
 "platforms": [
        {
          "platform" : "Devolo",
          "name" : "Devolo",
          "host" : "xxx.xxx.xxx.xxx",
          "email" : "devoloLogin",
          "password" : "devoloPass",
          "uuid" : "uuidNumber",
          "gateway" : "gatewayNumber",
          "passkey" : "passkeyNumber",
          "ruleWhitelist" : ["MyRule1", "MyRule2"],
          "sceneWhitelist" : ["MyScene1", "MyScene2"]
        }
    ]

ruleWhitelist: Set here the exact rule names as in your Devolo app/browser. Only provide the ones you want to appear in your Apple Home app. sceneWhitelist: Set here the exact scene names as in your Devolo app/browser. Only provide the ones you want to appear in your Apple Home app.

;-)

kdietrich commented 7 years ago

Thank you! 👍