Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Hädrich committed May 4, 2024
1 parent e17b066 commit 9d0089f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/DALI/forward_frame_16bit.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ def gear_switch_command(self, opcode: int) -> str:
# iec 62386 - 208 11.3.4.1
code_dictionary = {
0xE0: "REFERENCE SYSTEM POWER",
0xE1: "STORE DTR AS UP SITCH-ON THRESHOLD",
0xE2: "STORE DTR AS UP SITCH-OFF THRESHOLD",
0xE3: "STORE DTR AS DOWN SITCH-ON THRESHOLD",
0xE4: "STORE DTR AS DOWN SITCH-OFF THRESHOLD",
0xE1: "STORE DTR AS UP SWITCH-ON THRESHOLD",
0xE2: "STORE DTR AS UP SWITCH-OFF THRESHOLD",
0xE3: "STORE DTR AS DOWN SWITCH-ON THRESHOLD",
0xE4: "STORE DTR AS DOWN SWITCH-OFF THRESHOLD",
0xE5: "STORE DTR AS ERROR HOLD-OFF TIME",
0xF0: "QUERY FEATURES",
0xF1: "QUERY SWITCH STATUS",
Expand Down

0 comments on commit 9d0089f

Please sign in to comment.