Skip to content

Commit

Permalink
fix discovery of Denon DN-500AV (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
starkillerOG authored Jul 6, 2020
1 parent 534f6a0 commit d7ec32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denonavr/ssdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"urn:schemas-upnp-org:device:MediaServer:1",
]

SUPPORTED_MANUFACTURERS = ["Denon", "DENON", "Marantz"]
SUPPORTED_MANUFACTURERS = ["Denon", "DENON", "DENON PROFESSIONAL", "Marantz"]


def ssdp_request(ssdp_st, ssdp_mx=SSDP_MX):
Expand Down

0 comments on commit d7ec32b

Please sign in to comment.