Skip to content

Commit

Permalink
Database update (openhab#1829)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Jackson <chris@cd-jackson.com>
  • Loading branch information
cdjackson authored Dec 16, 2022
1 parent c603181 commit ea57708
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions doc/ge/zw4106_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ The following table summarises the channels available for the ZW4106 / GE55249 -
|--------------|------------|--------------|----------|-----------|
| Switch | switch_binary | switch_binary | Switch | Switch |
| Scene Number | scene_number | scene_number | | Number |
| Scene Number | scene_number | scene_number | | Number |

### Switch
Switch the power on and off.
Expand All @@ -75,11 +74,6 @@ The ```switch_binary``` channel is of type ```switch_binary``` and supports the
### Scene Number
Triggers when a scene button is pressed.

The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.

### Scene Number
Triggers when a scene button is pressed.

The ```scene_number``` channel is of type ```scene_number``` and supports the ```Number``` item.
This channel provides the scene, and the event as a decimal value in the form ```<scene>.<event>```. The scene number is set by the device, and the event is as follows -:

Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/OH-INF/thing/ge/zw4106_0_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ Plug-In Smart Switch (Dual Linked Outlets, Grounded)<br /> <h1>Overview</h1><p>2
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
</properties>
</channel>
<channel id="scene_number" typeId="scene_number">
<label>Scene Number</label>
<properties>
<property name="binding:*:DecimalType">COMMAND_CLASS_SCENE_ACTIVATION</property>
</properties>
</channel>
<channel id="scene_number" typeId="scene_number">
<label>Scene Number</label>
<properties>
Expand Down

0 comments on commit ea57708

Please sign in to comment.