Jump to content

Motion sensor - Change behavior [SOLVED]


iostream212

Recommended Posts

Hello,

I have a motion sensor that is not linked to anything. I have a program run when the sensor is triggered to control devices or scenes based on time of day. During the day I have the sensor turn on a single light. That program looks like this:

If
       $IsDarkOutside is 0
   And Control 'Office / Office Motion-Sensor' is switched On
Then
       Set 'Office / Office Fan Light' 100%
Else
  - No Actions - (To add one, press 'Action')

The light in the action list ramps to 100% over 30 seconds, however I want to change that. The local device settings are set to instant on/off, but that is not happening from my program. So my question is where is this ramp rate coming from and how to change it? Thanks!

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...