Closed brale0815 closed 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 } ] } ] }
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 } ] } ] }