Skip to content

Commit

Permalink
Merge pull request #1623 from tp-ops/dev
Browse files Browse the repository at this point in the history
add OPP light subtype "incand" to VirtualHardware platform
  • Loading branch information
jabdoa2 authored Jan 1, 2022
2 parents ca315fa + c53667d commit cf83676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpf/platforms/virtual.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def parse_light_number_to_channels(self, number: str, subtype: str):
if number is None:
number = self._next_light
self._next_light += 1
if subtype in ("gi", "matrix", "simple"):
if subtype in ("gi", "matrix", "simple", "incand"):
return [
{
"number": str(number)
Expand Down

0 comments on commit cf83676

Please sign in to comment.