Z-wave response data structure

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
justin
Posts: 1
Joined: 04 Feb 2019 18:46

Z-wave response data structure

Post by justin »

Hi all,
I am trying to mock out z-wave server response for a test application, this will enable me to remove the test dependencies on physical hardware and their states[Commisioning, etc] , these test are suppose to run in AWS Kubernetes mimicking z-wave server response which fools the application under test:

I have problem modelling the z-wave (zautomation) server responses for the commands below:

...../ZWaveAPI/Data/0
...../ZWaveAPI/Run/....

I know the responses somehow dependent on network architecture but I need example response from any network to understand how to model the dataset
Can any one point me to docs or sample response which is returned for these request irrespective of the network structure.
Post Reply