Skip to content

Commit 95eac0a

Browse files
jktjktsde1000
authored andcommitted
DT8: clarify why "QUERY ACTUAL LEVEL" is needed
I was wondering why the code was sending a seemingly useless command, but it turns out that this is explicitly mandated by a note in the standard. Let's put that into a comment.
1 parent 3cdcdbf commit 95eac0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dali/gear/sequences.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def QueryDT8ColourValue(
6969
"'query' must be a value from QueryColourValueDTR enumerator"
7070
)
7171

72+
# 62386-209, command 250, Note 2: start by sending "QUERY ACTUAL LEVEL"
7273
yield QueryActualLevel(address)
7374
yield DTR0(query.value)
7475
msb = yield QueryColourValue(address)

0 commit comments

Comments
 (0)