Extend Z-Way Api
Posted: 27 Aug 2014 19:25
Hi All,
I want to extend the z-way api with new functionality. For example I define my api with method doSomething() under
like in z-way
Another interesting way will be just extend the /ZWaveApi/Run/ with more methods.
One reason why I want to extend the api is,for example setting configuration parameters not like but in another way like So the user or any other system must only know a "name" of the sensor, the command he wants to set (WakeUp) and the value (1800).
Is this somehow possible? Maybe I can also capsulate that in a module.
Thanks in advance for your answers!
Best Regards
raZcherry
I want to extend the z-way api with new functionality. For example I define my api with method doSomething() under
Code: Select all
/ZWaveApi/myapi/doSomeThing()
like in z-way
Code: Select all
/ZWaveApi/Run/zway.controller.AddNodeToNetwork(1)
Another interesting way will be just extend the /ZWaveApi/Run/ with more methods.
One reason why I want to extend the api is,for example setting configuration parameters not like
Code: Select all
/ZWaveAPI/Run/devices[X].instances[Y].commandClasses[132].Set(1800,1)
Code: Select all
/ZWaveAPI/myapi/SensorName.Set(WakeUp, 1800)[/b]
Is this somehow possible? Maybe I can also capsulate that in a module.
Thanks in advance for your answers!

Best Regards
raZcherry