mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-22 15:10:12 +01:00
Add support for Efergy Ego (0x271D)
This commit is contained in:
parent
29345a129f
commit
a1971934e5
@ -21,6 +21,7 @@ SUPPORTED_TYPES = {
|
||||
0x2717: (sp2, "NEO", "Ankuoo"),
|
||||
0x2719: (sp2, "SP2-compatible", "Honeywell"),
|
||||
0x271A: (sp2, "SP2-compatible", "Honeywell"),
|
||||
0x271D: (sp2, "Ego", "Efergy"),
|
||||
0x2720: (sp2, "SP mini", "Broadlink"),
|
||||
0x2728: (sp2, "SP2-compatible", "URANT"),
|
||||
0x2733: (sp2, "SP3", "Broadlink"),
|
||||
|
Loading…
Reference in New Issue
Block a user