====Force Off==== Forces a unit to turn off regardless of the [[dictionary:unitcontrol:block|blocking]] status of the unit. ===Usage:=== **force off** "Bedroom Overhead" ===Optional Parameters:=== **in** (integer, creates a scheduled event to force on the unit in this many seconds)\\ **at** (date, like the in parameter, an applescript date when you would like to force off the unit)\\ \\ **for** (integer, creates a scheduled event to force off the unit in this many seconds)\\ **until** (date, like the for parameter, an applescript date when you would like to force the unit back to the current state)\\ \\ **rate** (integer, if supported by the device being forced OFF a ramp rate will be included in the command)\\ \\ **with no script** (does not execute the ON script of the unit)\\ **with no transmit** (the database is updated, but no command will be sent)\\ ===Examples:=== --force the bedroom light off even if it's blocked force off "bedroom overhead" for 5 ===Notes:=== This verb provides a method to turn off a device regardless of whether the device has been "blocked".\\ \\ This verb is included for logical completeness and failsafe.\\ \\ This verb does not affect the blocked state of the unit.\\ \\ see [[turnon|Turn On]] and [[turnoff|Turn Off]] for other options