From 0659b4506dc192c3d73ba8e8e91949d5987a616d Mon Sep 17 00:00:00 2001 From: Tony Roman Date: Sun, 8 Jul 2018 10:49:51 -0400 Subject: [PATCH] Add ZWave device specific information about HANK Four-key Scene Controller HKZW-SCN04 --- source/_docs/z-wave/device-specific.markdown | 33 ++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown index b192e33660f..2d217d8c4a2 100644 --- a/source/_docs/z-wave/device-specific.markdown +++ b/source/_docs/z-wave/device-specific.markdown @@ -321,3 +321,36 @@ Below is a table of the action/scenes for the Button (as a reference for other s Button single tap|1|0 Button hold|1|2 Button release|1|1 + +### {% linkable_title HANK Four-key Scene Controller HKZN-SCN04 %} + +For the HANK Four-key Scene Controller, you may need to update the `COMMAND_CLASS_CENTRAL_SCENE` for each node in your `zwcfg` file with the following: + +```xml + + + + + + + + + +``` + +Below is a table of the action/scenes for the Buttons and associated Pictogram: + +**Action**|**Pictogram**|**scene\_id**|**scene\_data** +:-----:|:-----:|:-----:|:-----: +Button one tap|Moon and Star|1|0 +Button one hold|Moon and Star|1|2 +Button one release|Moon and Star|1|1 +Button two tap|People|2|0 +Button two hold|People|2|2 +Button two release|People|2|1 +Button three tap|Circle|3|0 +Button three hold|Circle|3|2 +Button three release|Circle|3|1 +Button four tap|Circle with Line|4|0 +Button four hold|Circle with Line|4|2 +Button four release|Circle with Line|4|1 \ No newline at end of file