1
0
mirror of https://github.com/mjg59/python-broadlink.git synced 2024-09-21 04:20:36 +02:00

Add support for Ankuoo NEO and NEO PRO

This commit is contained in:
Felipe Martins Diel 2020-09-18 20:12:09 -03:00 committed by Matthew Garrett
parent 5ef4124491
commit 6ac060f141

View File

@ -21,6 +21,8 @@ def get_devices() -> Dict[int, Tuple[Type[device], str, str]]:
return {
0x0000: (sp1, "SP1", "Broadlink"),
0x2711: (sp2, "SP2", "Broadlink"),
0x2716: (sp2, "NEO PRO", "Ankuoo"),
0x2717: (sp2, "NEO", "Ankuoo"),
0x2719: (sp2, "SP2-compatible", "Honeywell"),
0x271a: (sp2, "SP2-compatible", "Honeywell"),
0x2720: (sp2, "SP mini", "Broadlink"),