Commit 3f1744c1e25b6f860c5c4a3f4fc8473dd80b29f1

Authored by pyros_astroguita
1 parent dc9bb486
Exists in dev

add pyros_seq_tmp fn

config/pyros_observatory/general/schemas/schema_device-2.0.yml
... ... @@ -123,9 +123,9 @@ schema;schema_device:
123 123 required: False
124 124 mapping:
125 125 voltage:
126   - type: int
  126 + type: float
127 127 intensity:
128   - type: number
  128 + type: float
129 129 socket:
130 130 type: str
131 131 hostname:
... ...
config/pyros_observatory/general/schemas/schema_observatory-2.0.yml
... ... @@ -317,6 +317,20 @@ schema;schema_FN_CONTEXTS:
317 317 type: str
318 318 pathnaming:
319 319 type: str
  320 + pyros_seq_tmp:
  321 + type: map
  322 + required: False
  323 + mapping:
  324 + root_dir:
  325 + type: str
  326 + description:
  327 + type: str
  328 + extension:
  329 + type: str
  330 + naming:
  331 + type: str
  332 + pathnaming:
  333 + type: str
320 334 pyros_eph:
321 335 type: map
322 336 required: False
... ...