Commit 13762e67fa8af9ab35075dbdd0032e164cab49ca
1 parent
50ca550f
Exists in
dev
Completion de la config Guitalens. A tester.
Showing
2 changed files
with
50 additions
and
7 deletions
Show diff stats
privatedev/config/guitalens/device_Astromecca_TM350_sn001.yml
... | ... | @@ -22,9 +22,29 @@ DEVICE: |
22 | 22 | |
23 | 23 | - CAPABILITY: |
24 | 24 | component: MountPointing |
25 | - _manufacturer: AstroMecCA | |
26 | - _model: TM350 | |
27 | - _orientation_type: HADEC | |
28 | - _velocity_profile: trapezium | |
29 | - _home: "GPS 2.0375 E 43.6443484725 136.9" | |
30 | - _connect_real_mount: False | |
25 | + | |
26 | + attributes: | |
27 | + | |
28 | + - attribute: | |
29 | + key: manufacturer | |
30 | + value: AstroMecCA | |
31 | + | |
32 | + - attribute: | |
33 | + key: _model | |
34 | + value: TM350 | |
35 | + | |
36 | + - attribute: | |
37 | + key: _orientation_type | |
38 | + value: HADEC | |
39 | + | |
40 | + - attribute: | |
41 | + key: _velocity_profile | |
42 | + value: TRAPEZIUM | |
43 | + | |
44 | + - attribute: | |
45 | + key: _home | |
46 | + value: "GPS 2.0375 E 43.6443484725 136.9" | |
47 | + | |
48 | + - attribute: | |
49 | + key: _connect_real_mount | |
50 | + value: False | ... | ... |
privatedev/config/guitalens/device_Raspberry_MiFe_sn004.yml
... | ... | @@ -31,7 +31,30 @@ DEVICE: |
31 | 31 | |
32 | 32 | - CAPABILITY: |
33 | 33 | component: WeatherStation |
34 | + | |
35 | + attributes: | |
36 | + | |
37 | + - attribute: | |
38 | + key: manufacturer | |
39 | + value: AKlotz | |
40 | + | |
41 | + - attribute: | |
42 | + key: _model | |
43 | + value: Raspberry | |
34 | 44 | |
35 | 45 | - CAPABILITY: |
36 | 46 | component: BuildingCover |
37 | - _type_cover: "RollingRoof" # Enum: None, RollingRoof, ClamShell, Dome | |
47 | + | |
48 | + attributes: | |
49 | + | |
50 | + - attribute: | |
51 | + key: manufacturer | |
52 | + value: CAME | |
53 | + | |
54 | + - attribute: | |
55 | + key: _model | |
56 | + value: X20 | |
57 | + | |
58 | + - attribute: | |
59 | + key: _type_cover | |
60 | + value: RollingRoof | ... | ... |