Change Profile to normal

This commit is contained in:
Administrator 2021-12-25 08:31:24 +00:00
parent 3ee82d9717
commit ea95ca8e4f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ def heating_profile(group):
client.publish(topic + "/heatingProfiles/" + profile.index, profile.name)
print(profile.index + ": " + profile.name)
if profile.name == "Home Office":
if profile.name == "Normal":
# print("Profile Index" + profile.index)
# print(group)
group.set_active_profile(profile.index)