1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-07-20 07:21:15 +02:00

Added a hygrometer module.

This commit is contained in:
Chris Palmer
2019-08-21 18:50:15 +01:00
parent 79f1c95136
commit aeded1b807
5 changed files with 57 additions and 22 deletions

View File

@@ -138,7 +138,7 @@ def tests(tests):
print("Can't find implementation!")
continue
vsplit = "N"
vsplit = "M"
vtype = locations[0][1]
types = [vtype + ' A-' + vsplit[0], vtype + ' ' + chr(ord(vsplit) + 1) + '-Z'] + [loc[1] for loc in locations[1 :]]
if type == vtype: