Skip to content

Commit 2e1eb1f

Browse files
authored
[insteon] Fix icon products first record config (openhab#18271)
Signed-off-by: Jeremy Setton <[email protected]>
1 parent c123341 commit 2e1eb1f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

bundles/org.openhab.binding.insteon/src/main/resources/device-products.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<vendor>Insteon</vendor>
166166
<device-type>DimmableLightingControl_InLineLinc</device-type>
167167
</product>
168-
<product devCat="0x01" subCat="0x03" firstRecord="0x00FF">
168+
<product devCat="0x01" subCat="0x03">
169169
<description>ICON Dimmer Switch</description>
170170
<model>2876DB</model>
171171
<vendor>Insteon</vendor>
@@ -189,7 +189,7 @@
189189
<vendor>Insteon</vendor>
190190
<device-type>DimmableLightingControl_LampLinc</device-type>
191191
</product>
192-
<product devCat="0x01" subCat="0x07" firstRecord="0x00FF">
192+
<product devCat="0x01" subCat="0x07">
193193
<description>ICON LampLinc</description>
194194
<model>2856D2B</model>
195195
<vendor>Insteon</vendor>
@@ -207,7 +207,7 @@
207207
<vendor>Insteon</vendor>
208208
<device-type>DimmableLightingControl_KeypadButton6</device-type>
209209
</product>
210-
<product devCat="0x01" subCat="0x0A" firstRecord="0x00FF">
210+
<product devCat="0x01" subCat="0x0A">
211211
<description>ICON In-Wall Controller</description>
212212
<model>2886D</model>
213213
<vendor>Insteon</vendor>
@@ -267,7 +267,7 @@
267267
<vendor>Insteon</vendor>
268268
<device-type>DimmableLightingControl_ToggleLinc</device-type>
269269
</product>
270-
<product devCat="0x01" subCat="0x18" productKey="0x00003F" firstRecord="0x00FF">
270+
<product devCat="0x01" subCat="0x18" productKey="0x00003F">
271271
<description>ICON SwitchLinc Dimmer In-Line Companion</description>
272272
<model>2474D</model>
273273
<vendor>Insteon</vendor>
@@ -303,7 +303,7 @@
303303
<vendor>Insteon</vendor>
304304
<device-type>DimmableLightingControl_SwitchLinc</device-type>
305305
</product>
306-
<product devCat="0x01" subCat="0x1E" firstRecord="0x00FF">
306+
<product devCat="0x01" subCat="0x1E">
307307
<description>ICON Dimmer Switch</description>
308308
<model>2876DB</model>
309309
<vendor>Insteon</vendor>
@@ -623,13 +623,13 @@
623623
<vendor>Insteon</vendor>
624624
<device-type>SwitchedLightingControl_SwitchLinc</device-type>
625625
</product>
626-
<product devCat="0x02" subCat="0x0B" firstRecord="0x00FF">
626+
<product devCat="0x02" subCat="0x0B">
627627
<description>ICON On/Off Switch</description>
628628
<model>2876SB</model>
629629
<vendor>Insteon</vendor>
630630
<device-type>SwitchedLightingControl_SwitchLinc</device-type>
631631
</product>
632-
<product devCat="0x02" subCat="0x0C" firstRecord="0x00FF">
632+
<product devCat="0x02" subCat="0x0C">
633633
<description>ICON Appliance Module</description>
634634
<model>2856S3B</model>
635635
<vendor>Insteon</vendor>
@@ -672,7 +672,7 @@
672672
<device-type>SwitchedLightingControl_InLineLinc</device-type>
673673
</product>
674674
<product devCat="0x02" subCat="0x13" productKey="0x000033">
675-
<description>Icon SwitchLinc Relay (Lixar)</description>
675+
<description>ICON SwitchLinc Relay (Lixar)</description>
676676
<model>2676R-B</model>
677677
<vendor>Insteon</vendor>
678678
<device-type>SwitchedLightingControl_SwitchLinc</device-type>
@@ -689,13 +689,13 @@
689689
<vendor>Insteon</vendor>
690690
<device-type>SwitchedLightingControl_SwitchLinc</device-type>
691691
</product>
692-
<product devCat="0x02" subCat="0x16" firstRecord="0x00FF">
692+
<product devCat="0x02" subCat="0x16">
693693
<description>ICON On/Off Switch</description>
694694
<model>2876SB</model>
695695
<vendor>Insteon</vendor>
696696
<device-type>SwitchedLightingControl_SwitchLinc</device-type>
697697
</product>
698-
<product devCat="0x02" subCat="0x17" firstRecord="0x00FF">
698+
<product devCat="0x02" subCat="0x17">
699699
<description>ICON Appliance Module</description>
700700
<model>2856S3B</model>
701701
<vendor>Insteon</vendor>

0 commit comments

Comments
 (0)