Skip to content

Commit

Permalink
Light type
Browse files Browse the repository at this point in the history
  • Loading branch information
bdg-8 committed May 6, 2024
1 parent 80c7c7e commit 26ffebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display.py
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ def handle_status_update(self, new_data, data_mapping=None):
"output_pin Frame_Light" in new_data
and new_data["output_pin Frame_Light"]["value"] is not None
):
self.part_light_state = (
self.frame_light_state = (
int(new_data["output_pin Frame_Light"]["value"]) == 1
)
if "fan" in new_data:
Expand Down

0 comments on commit 26ffebd

Please sign in to comment.