- add module 'automatic_inclinometer'

This commit is contained in:
Arno Kaimbacher 2022-03-18 16:23:44 +01:00
parent c2f2dc1b41
commit b704e55a3e
7 changed files with 551 additions and 12 deletions

View file

@ -71,10 +71,10 @@ class SensorType:
("Battery level", "m"), ("Temperature", "m"), ("Relative humidity", "m")]}
elif type_ == "inclinometer": # INCLINOMETER
self.pattern = {"name": "inclinometer", "type": 'fixed', "attributes": [
("Slope", "deg"), ("Roll", "deg")]}
elif type_ == "camera": # INCLINOMETER
("Slope", "m"), ("Roll", "m"), ("Temperature", "m")]}
elif type_ == "camera": # Camera
self.pattern = {"name": "camera", "type": 'fixed', "attributes": [
("Image", "xo")]}
("Image", "to")]}
elif type_ == "piezometer": # PIEZOMETER
self.pattern = {"name": "piezometer", "type": 'fixed', "attributes": [
("Elevation", "m")]}