homebridge-sharp-aquos-tv 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/InputsSample.json CHANGED
@@ -26,5 +26,9 @@
26
26
  {
27
27
  "inputID": "7",
28
28
  "name": "Video 2"
29
+ },
30
+ {
31
+ "inputID": "8",
32
+ "name": "PC"
29
33
  }
30
34
  ]
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
File without changes
package/build.sh CHANGED
File without changes
File without changes
package/index.js CHANGED
@@ -567,8 +567,6 @@ class tvClient {
567
567
 
568
568
  this.inputIDSet = true;
569
569
 
570
- var level = this.defaultVolume[inputName];
571
-
572
570
  var inputString;
573
571
  let inputNameN = inputName.replace('/', '%2F');
574
572
  if (this.zone == 1) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-sharp-aquos-tv",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Sharp Aquos TV control",
5
5
  "main": "index.js",
6
6
  "scripts": {