Skip to content

Commit bff9212

Browse files
authored
update swversion and apiversion
1 parent 455d30c commit bff9212

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

BridgeEmulator/configManager/configHandler.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ def load_config(self):
6969
if "tpkasa" not in config:
7070
config["tpkasa"] = {"enabled": True}
7171

72-
if int(config["swversion"]) < 1955082050:
73-
config["swversion"] = "1955082050"
74-
if float(config["apiversion"][:3]) < 1.55:
75-
config["apiversion"] = "1.55.0"
72+
if int(config["swversion"]) < 19561788040:
73+
config["swversion"] = "19561788040"
74+
if float(config["apiversion"][:3]) < 1.56:
75+
config["apiversion"] = "1.56.0"
7676

7777
self.yaml_config["config"] = config
7878
else:
@@ -84,10 +84,10 @@ def load_config(self):
8484
"deconz":{"enabled":False},
8585
"alarm":{"enabled": False,"lasttriggered": 0},
8686
"apiUsers":{},
87-
"apiversion":"1.46.0",
87+
"apiversion":"1.56.0",
8888
"name":"DiyHue Bridge",
8989
"netmask":"255.255.255.0",
90-
"swversion":"1946157000",
90+
"swversion":"19561788040",
9191
"timezone":"Europe/London",
9292
"linkbutton":{"lastlinkbuttonpushed": 1599398980},
9393
"users":{"[email protected]":{"password":"pbkdf2:sha256:150000$bqqXSOkI$199acdaf81c18f6ff2f29296872356f4eb78827784ce4b3f3b6262589c788742"}},

0 commit comments

Comments
 (0)