Do you know for sure that the switch supports double-taps? If it does, the device config file is not setup to support it.
The device config file needs to configure two things:
- Auto-assign assocation group 3 to the controller
- Set the
treatBasicSetAsEvent
compatibility flag which produces events for basic set
The ZW3008 config file is missing both of those. You would need to submit a PR to add the functionality, or submit an issue to request it to be updated.