diff --git a/platypush/backend/sensor/distance/vl53l1x.py b/platypush/backend/sensor/distance/vl53l1x.py index e12100bd..01f2bae2 100644 --- a/platypush/backend/sensor/distance/vl53l1x.py +++ b/platypush/backend/sensor/distance/vl53l1x.py @@ -1,7 +1,7 @@ from platypush.backend.sensor import SensorBackend -class SensorDistanceVl53l1xBackend(SensorBackend): +class SensorDistanceVl53L1XBackend(SensorBackend): """ Backend to poll an `VL53L1x `_ laser ranger/distance sensor diff --git a/platypush/plugins/gpio/sensor/distance/vl53l1x.py b/platypush/plugins/gpio/sensor/distance/vl53l1x.py index debebfe7..bccd2e1a 100644 --- a/platypush/plugins/gpio/sensor/distance/vl53l1x.py +++ b/platypush/plugins/gpio/sensor/distance/vl53l1x.py @@ -2,7 +2,7 @@ from platypush.plugins import action from platypush.plugins.gpio.sensor import GpioSensorPlugin -class GpioSensorDistanceVl53l1xPlugin(GpioSensorPlugin): +class GpioSensorDistanceVl53L1XPlugin(GpioSensorPlugin): """ Plugin to interact with an `VL53L1x `_ laser ranger/distance sensor