zwaveiot / zwaveip-java

A Z-Wave IP implementation for Java
Apache License 2.0
2 stars 1 forks source link

Receiving Node_Add_Status #1

Open csystem-it opened 6 years ago

csystem-it commented 6 years ago

Hi, I use this command to onboarding ZwaveIP device and it work fine, but i can't receiving the correct message of Node Inclusion.

byte[] response = zwaveIPClient.sendMessageAndWaitForResponse(CommandClass.NETWORK_MANAGEMENT_INCLUSION, NetworkManagementInclusionCommand.NODE_ADD, new byte[] {0,0,1}, NetworkManagementInclusionCommand.NODE_ADD_STATUS);

how can I receive messages containing the values of the onboarding device? Thanks

AlexMAS commented 5 years ago

Hello @csystem-it Did you solve your problem?