Commit e90f64fcb54e8a24f9f73fa9994b087bbe405255

Authored by aklotz
1 parent 970857ce
Exists in dev

Ajout des devices pour Guitalens.

privatedev/config/guitalens/device_SkyWatcher_ED80_snxx1.yml 0 → 100644
... ... @@ -0,0 +1,21 @@
  1 +# Schema file to check the syntax of this config file
  2 +schema: schema_device-2.0.yml
  3 +
  4 +# Here is the description of the configuration of an isolated device
  5 +DEVICE:
  6 +
  7 + generic: device_SkyWatcher_ED80_generic.yml
  8 + inventory_label: OPT-SKW-001
  9 + sn: xx1
  10 +
  11 + CAPABILITIES:
  12 +
  13 + - CAPABILITY:
  14 + component: OpticImager
  15 +
  16 + attributes:
  17 +
  18 + - attribute:
  19 + key: foclen
  20 + value: 0.503
  21 +
0 22 \ No newline at end of file
... ...
privatedev/config/guitalens/device_ZWO_ASI1600MMPro_sn91C0f0405080900.yml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +# Schema file to check the syntax of this config file
  2 +schema: schema_device-2.0.yml
  3 +
  4 +# Here is the description of the configuration of an isolated device
  5 +DEVICE:
  6 +
  7 + generic: device_ZWO_ASI1600MMPro_generic.yml
  8 + inventory_label: CAM-ZWO-001
  9 + description: ""
  10 + sn: 91C0f0405080900
... ...