Page 1 of 1

Z-wave response data structure

Posted: 04 Feb 2019 20:36
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.