Skip to content

Commit

Permalink
Changed PIR sensor switch timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gegu committed Jun 14, 2020
1 parent 69a826f commit b93dd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usermods/PIR_sensor_switch/usermod_PIR_sensor_switch.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PIRsensorSwitch : public Usermod {
// notification mode for colorUpdated()
const byte NotifyUpdateMode = NOTIFIER_CALL_MODE_NO_NOTIFY; // NOTIFIER_CALL_MODE_DIRECT_CHANGE
// delay before switch off after the sensor state goes LOW
uint32_t m_switchOffDelay = 120000;
uint32_t m_switchOffDelay = 600000;
// off timer start time
uint32_t m_offTimerStart = 0;
// current PIR sensor pin state
Expand Down

0 comments on commit b93dd47

Please sign in to comment.