grzegorz914 / homebridge-denon-tv

Homebridge plugin for Denon/Marantz AV Receivers, publish as independent external platform accessory.
MIT License
75 stars 16 forks source link

HOOBS: Normal config UI does save port as a string #116

Closed brale0815 closed 3 years ago

brale0815 commented 3 years ago

The HOOBS Plugin saves the port value as a string. But it should be without quotation marks, correct?

Example of my config.json after adding a new Denon-Device:

{ "accessories": [], "platforms": [ { "platform": "DenonTv", "devices": [ { "name": "AVReceiver", "host": "192.168.178.50", "port": "80", "refreshInterval": 5, "volumeControl": 0, "masterPower": true } ] } ] }