Signaling

This API is responsible of all feature that are related of signaling functionalities. This mostly concern led and audio.

Totem.Layer.Steady

This RPC stand a given color to a specific layer.

Example

{
    "layer": 0,
    "color": "FF00FF"
}

Totem.Layer.Beacon

Set the given to Beacon mode. This mode create a circular breathing effect around the Totem.

Example

{
    "layer": 0,
    "color": "FF00FF"
}

Totem.Layer.Strobe

Set the given layer to Strobe mode. This cause the specified layer to blink to create a strobe effect.

{
    "layer": 0,
    "color": "FF0000",
    "params":
        {
            "bpm": 2000,
            "count" : 5,
            "pause":200
        }
}

Totem.Layer.Off

This RPC turn off the layer in parameters.

{
    "layer": 0
}

Disable effect

This allows you to turn off a layer.

{
    "effect" : "off"
}