ZWave-JS - GE/Jasco/Honeywell Double Taps

Do you know for sure that the switch supports double-taps? If it does, the device config file is not setup to support it.

My GE 14294: https://github.com/zwave-js/node-zwave-js/blob/53f9c91c4120fd1b4ceedaa90f67f80e89a5767d/packages/config/config/devices/0x0063/ge_14294_zw3005.json

Your ZW3008: https://github.com/zwave-js/node-zwave-js/blob/3d72a75aa51db0a0b580f1c3277c56d84303d93c/packages/config/config/devices/0x0063/26932_26933_zw3008.json

The device config file needs to configure two things:

  1. Auto-assign assocation group 3 to the controller
  2. 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.