AlexanderBabel / homebridge-broadlink-rm

[This fork supports TV accessories] Broadlink RM Mini and Pro plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
46 stars 11 forks source link

Inputs Losing Name #32

Closed mitch7391 closed 4 years ago

mitch7391 commented 4 years ago

Hi, love your work here :) one small thing I have noticed is Input 2 and Input 3 always lose their name that I have defined in my config. This requires me to change it in the setup of the accessory in HomeKit and then it loses it again after a while. Any ideas why this might be happening?

01260523-BE43-4AD3-B066-0ED766E0EDD1

kiwi-cam commented 4 years ago

Have you defined a name for them in your config.json?

"inputs": [
  {
    "name": "INPUT 1",
    "type": "hdmi",
    "data": "HEX..."
  }
]
mitch7391 commented 4 years ago

Thanks @kiwi-cam, silly mistake it looks like for those two inputs I had accidentally put in “input” instead of “name”. I should have noticed that myself! :)