Table of Contents

Turn Off

Turns off a real unit, group or pseudo.

Usage:

turn off “name of the unit”
turnoff is OK too.

Optional Parameters:

Examples:

--send an off for Kitchen Overhead right now
turnoff "Kitchen Overhead"
--create a scheduled event that will turn off the light in 30 minutes
turnoff "Kitchen Overhead" in (30 * minutes)
--do a slow fade to off
turnoff “Bedroom Overhead” rate 5 * minutes

Notes:

The command will do nothing if the unit is Blocked.

When using the “for” or “until” parameters the unit will return to it’s current state when this command was issued. If the unit is already off when you send this then the second event created will also turn the unit off. For more information on using these commands see the Motion Controlled Light tutorial.