diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown index 218268bac58..33dddf01e14 100644 --- a/source/_docs/z-wave/device-specific.markdown +++ b/source/_docs/z-wave/device-specific.markdown @@ -194,6 +194,49 @@ Triple tap on|1|4 Tap and hold wakes up the Button. +### {% linkable_title Fibaro Keyfob FGKF-601 %} + + +For the Fibaro Keyfob, 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 Keyfob (as a reference for other similar devices): + +**Action**|**scene\_id**|**scene\_data** +:-----:|:-----:|:-----: +Button one (Square) single tap|1|7680 +Button one (Square) hold|1|7800 +Button one (Square) release|1|7740 +Button two (Circle) single tap|2|7680 +Button two (Circle) hold|2|7800 +Button two (Circle) release|2|7740 +Button three (X) single tap|3|7680 +Button three (X) hold|3|7800 +Button three (X) release|3|7740 +Button four (Triangle) single tap|4|7680 +Button four (Triangle) hold|4|7800 +Button four (Triangle) release|4|7740 +Button five (Triangle) single tap|5|7680 +Button five (Triangle) hold|5|7800 +Button five (Triangle) release|5|7740 +Button six (Triangle) single tap|6|7680 +Button six (Triangle) hold|6|7800 +Button six (Triangle) release|6|7740 + +Press circle and plus simultaneously to wake up the device. + ### {% linkable_title Aeotec Wallmote %}