Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.
hephaisto edited this page Sep 29, 2015 · 1 revision

Groups generate a 3-layer hierarchy for the web interface. The first two layers are just containers, the last layer is a list of endpoint names that should be visible in the corresponding container.

Example

groups
{
    "by room"
    {
        livingroom
        {
            light_livingroom
            switch_livingroom_1
            switch_livingroom_2
        }
        hallway
        {
            light_hallway
            switch_hallway
        }
    }
    "by type"
    {
        light
        {
            light_livingroom
            light_hallway
        }
    }
}
Clone this wiki locally