@@ -69,10 +69,10 @@ def load_config(self):
69
69
if "tpkasa" not in config :
70
70
config ["tpkasa" ] = {"enabled" : True }
71
71
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"
76
76
77
77
self .yaml_config ["config" ] = config
78
78
else :
@@ -84,10 +84,10 @@ def load_config(self):
84
84
"deconz" :{"enabled" :False },
85
85
"alarm" :{"enabled" : False ,"lasttriggered" : 0 },
86
86
"apiUsers" :{},
87
- "apiversion" :"1.46 .0" ,
87
+ "apiversion" :"1.56 .0" ,
88
88
"name" :"DiyHue Bridge" ,
89
89
"netmask" :"255.255.255.0" ,
90
- "swversion" :"1946157000 " ,
90
+ "swversion" :"19561788040 " ,
91
91
"timezone" :"Europe/London" ,
92
92
"linkbutton" :{"lastlinkbuttonpushed" : 1599398980 },
93
93
"users" :{
"[email protected] " :{
"password" :
"pbkdf2:sha256:150000$bqqXSOkI$199acdaf81c18f6ff2f29296872356f4eb78827784ce4b3f3b6262589c788742" }},
0 commit comments