Commit ae15c3a29a79b0e73e2a2b9da45c3b6f6cb8af4c

Authored by Alexis Koralewski
1 parent febde77e
Exists in dev

changing type of voltage and intensity from int to float for schema computer

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
config/schemas/schema_computer-2.0.yml
... ... @@ -22,10 +22,10 @@ schema;schema_computer:
22 22 required: True
23 23 mapping:
24 24 voltage:
25   - type: int
  25 + type: float
26 26 required: True
27 27 intensity:
28   - type: int
  28 + type: float
29 29 required: True
30 30 socket:
31 31 type: str
... ...