Skip to content

Commit

Permalink
Request PureDirect mode explicitly (not part of BASIC)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Oct 7, 2024
1 parent aaace73 commit 69aa174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ynca/subunits/zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def lipsynchdmiout2offset_up(self):
),
)
mute = EnumFunctionMixin[Mute](Mute, init="BASIC")
puredirmode = EnumFunctionMixin[PureDirMode](PureDirMode, init="BASIC")
puredirmode = EnumFunctionMixin[PureDirMode](PureDirMode) # Not part of BASIC on RX-V1067
pwr = EnumFunctionMixin[Pwr](Pwr, init="BASIC")
scene1name = StrFunctionMixin(Cmd.GET, init="SCENENAME")
scene2name = StrFunctionMixin(Cmd.GET, init="SCENENAME")
Expand Down

0 comments on commit 69aa174

Please sign in to comment.