mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Continued work on bridge
This commit is contained in:
parent
af7d97efef
commit
1257dde4ce
2 changed files with 23 additions and 4 deletions
|
|
@ -222,14 +222,14 @@ namespace PepperDash.Essentials.Devices.Common.Occupancy
|
|||
OccSensor.DecrementPirSensitivityInVacantState.BoolValue = pressRelease;
|
||||
}
|
||||
|
||||
public void ForceOccupied(bool state)
|
||||
public void ForceOccupied()
|
||||
{
|
||||
OccSensor.ForceOccupied.BoolValue = state;
|
||||
OccSensor.ForceOccupied.BoolValue = true;
|
||||
}
|
||||
|
||||
public void ForceVacant(bool state)
|
||||
public void ForceVacant()
|
||||
{
|
||||
OccSensor.ForceVacant.BoolValue = state;
|
||||
OccSensor.ForceVacant.BoolValue = true;
|
||||
}
|
||||
|
||||
public void EnableRawStates(bool state)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue