Struct spaceapi_server::modifiers::StateFromPeopleNowPresent[][src]

pub struct StateFromPeopleNowPresent;

This modifier updates the opening state based on the people now present sensor.

Trait Implementations

impl StatusModifier for StateFromPeopleNowPresent
[src]

Called after all registered sensors are read

Auto Trait Implementations