diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown index c244dd31f5e..1ebb5083945 100644 --- a/source/_docs/z-wave/device-specific.markdown +++ b/source/_docs/z-wave/device-specific.markdown @@ -294,6 +294,49 @@ Button six (Triangle) release|6|7740 Press circle and plus simultaneously to wake up the device. +### {% linkable_title Aeotec NanoMote Quad %} + + + +```xml + + + + + + + + +``` + +Below is a table of the action/scenes for the NanoMote Quad: + +**Action**|**scene\_id**|**scene\_data** +:-----:|:-----:|:-----: +Button one single tap|1|7680 +Button one hold|1|7800 +Button one release|1|7740 +Button two single tap|2|7680 +Button two hold|2|7800 +Button two release|2|7740 +Button three single tap|3|7680 +Button three hold|3|7800 +Button three release|3|7740 +Button four single tap|4|7680 +Button four hold|4|7800 +Button four release|4|7740 + +Example Event: + +```yaml + "event_type": "zwave.scene_activated", + "data": { + "entity_id": "zwave.nanomote", + "scene_id": 2, + "scene_data": 7680 + } +``` + ### {% linkable_title Aeotec Wallmote %}