Changed default sensor

This commit is contained in:
Maximilian Giller 2023-11-25 17:13:26 +01:00
parent 23d2add388
commit 667edf92eb

View file

@ -29,6 +29,6 @@ hue_conf = {
"registered_file": "smart_light_registered.bridge", "registered_file": "smart_light_registered.bridge",
} # Custom configuration for philips hue } # Custom configuration for philips hue
sensor = VL53L3CXSensor() sensor = VL53L1XSensor()
counter: PeopleCounter = PeopleCounter(sensor, MAX_TRIGGER_DISTANCE) # Sensor object counter: PeopleCounter = PeopleCounter(sensor, MAX_TRIGGER_DISTANCE) # Sensor object