@kohost/api-client 3.3.7 → 3.3.9

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.
@@ -85,6 +85,11 @@
85
85
  "minimum": 0,
86
86
  "maximum": 100
87
87
  },
88
+ "contrast": {
89
+ "type": "number",
90
+ "minimum": 0,
91
+ "maximum": 100
92
+ },
88
93
  "power": {
89
94
  "type": "string",
90
95
  "enum": ["on", "off"]
@@ -98,7 +103,13 @@
98
103
  "type": "string"
99
104
  }
100
105
  },
101
- "command": {
106
+ "supportedOutputs": {
107
+ "type": "array",
108
+ "items": {
109
+ "type": "string"
110
+ }
111
+ },
112
+ "command": {
102
113
  "type": ["string", "null"],
103
114
  "enum": [
104
115
  "mute",
@@ -150,6 +161,7 @@
150
161
  "enterChannel",
151
162
  "enterVolume",
152
163
  "enterBrightness",
164
+ "enterContrast",
153
165
  "number10",
154
166
  "number11",
155
167
  "number12",
@@ -158,6 +158,9 @@
158
158
  "type": "string"
159
159
  }
160
160
  },
161
+ "department": {
162
+ "type": "string"
163
+ },
161
164
  "rating": {
162
165
  "type": "number",
163
166
  "minimum": 0,
@@ -10429,6 +10429,11 @@ var require_mediaSource = __commonJS({
10429
10429
  minimum: 0,
10430
10430
  maximum: 100
10431
10431
  },
10432
+ contrast: {
10433
+ type: "number",
10434
+ minimum: 0,
10435
+ maximum: 100
10436
+ },
10432
10437
  power: {
10433
10438
  type: "string",
10434
10439
  enum: ["on", "off"]
@@ -10442,6 +10447,12 @@ var require_mediaSource = __commonJS({
10442
10447
  type: "string"
10443
10448
  }
10444
10449
  },
10450
+ supportedOutputs: {
10451
+ type: "array",
10452
+ items: {
10453
+ type: "string"
10454
+ }
10455
+ },
10445
10456
  command: {
10446
10457
  type: ["string", "null"],
10447
10458
  enum: [
@@ -10494,6 +10505,7 @@ var require_mediaSource = __commonJS({
10494
10505
  "enterChannel",
10495
10506
  "enterVolume",
10496
10507
  "enterBrightness",
10508
+ "enterContrast",
10497
10509
  "number10",
10498
10510
  "number11",
10499
10511
  "number12",
@@ -11706,6 +11718,9 @@ var require_ticket = __commonJS({
11706
11718
  type: "string"
11707
11719
  }
11708
11720
  },
11721
+ department: {
11722
+ type: "string"
11723
+ },
11709
11724
  rating: {
11710
11725
  type: "number",
11711
11726
  minimum: 0,