- add module 'automatic_inclinometer'
This commit is contained in:
parent
c2f2dc1b41
commit
b704e55a3e
7 changed files with 551 additions and 12 deletions
|
@ -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")]}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue