Change time setting scripts to use new watch model setup

This commit is contained in:
Simon Larsson
2021-08-13 18:51:27 +02:00
parent b947783ace
commit e8176e80a7
2 changed files with 80 additions and 80 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ except:
blaster = pytimex.Blaster(port)
# Setup data to be sent
d = pytimex.TimexData(model=pytimex.WatchModels.DL150)
d = pytimex.TimexData(model=pytimex.DL150)
# Setup two timezones
d.setTimezone(1, +2, 24, "cet")
+1 -1
View File
@@ -14,7 +14,7 @@ except:
blaster = pytimex.Blaster(port)
# Setup data to be sent
d = pytimex.TimexData(model=pytimex.WatchModels.DL70)
d = pytimex.TimexData(model=pytimex.DL70)
# Setup two timezones
d.setTimezone(1, +2, 24, "cet")