Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. --- a/ESH-INF/thing/intermatic_ca3500_0_0.xml
  2. +++ b/ESH-INF/thing/intermatic_ca3500_0_0.xml
  3. @@ -1,25 +1,17 @@
  4. -<?xml version="1.0" encoding="UTF-8"?>
  5. -<thing:thing-descriptions bindingId="zwave"
  6. - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  7. - xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0"
  8. - xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0
  9. - http://eclipse.org/smarthome/schemas/thing-description/v1.0.0">
  10. -
  11. +<?xml version="1.0" encoding="utf-8"?>
  12. +<thing:thing-descriptions bindingId="zwave" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0" xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0 http://eclipse.org/smarthome/schemas/thing-description/v1.0.0">
  13. <thing-type id="intermatic_ca3500_00_000" listed="false">
  14. <label>CA3500 15 Amp Split-Duplex Receptacle</label>
  15. <description>15 Amp Split-Duplex Receptacle</description>
  16. -
  17. <!-- CHANNEL DEFINITIONS -->
  18. <channels>
  19. - <channel id="switch_dimmer" typeId="switch_dimmer">
  20. - <label>Dimmer</label>
  21. + <channel id="switch_binary" typeId="switch_binary">
  22. + <label>Switch</label>
  23. <properties>
  24. - <property name="binding:*:PercentType">SWITCH_MULTILEVEL,BASIC</property>
  25. - <property name="binding:Command:OnOffType">SWITCH_MULTILEVEL,BASIC</property>
  26. + <property name="binding:*:OnOffType">SWITCH_BINARY,BASIC</property>
  27. </properties>
  28. </channel>
  29. </channels>
  30. -
  31. <!-- DEVICE PROPERTY DEFINITIONS -->
  32. <properties>
  33. <property name="vendor">Intermatic</property>
  34. @@ -28,7 +20,5 @@
  35. <property name="manufacturerRef">4341:0600,4341:3500</property>
  36. <property name="dbReference">417</property>
  37. </properties>
  38. -
  39. </thing-type>
  40. -
  41. </thing:thing-descriptions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement