Zway Custom function calling
Posted: 05 Apr 2014 08:37
Hi All,
Recently I am working on Z wave Home automation and went through the Z-Way Developers Documentation.I am having a doubt over there, consider the functional class
Function Class AddNodeToNetwork
Syntax: AddNodeToNetwork(startStop, highPower = True, successCallback = NULL,failureCallback = NULL)
I am able to turn the Z-Wave chip by passing AddNodeToNetwork(1) in my python codes but how can I use the custom function calling like successCallback etc.. along with the AddNodeToNetwork.
Thanks
Recently I am working on Z wave Home automation and went through the Z-Way Developers Documentation.I am having a doubt over there, consider the functional class
Function Class AddNodeToNetwork
Syntax: AddNodeToNetwork(startStop, highPower = True, successCallback = NULL,failureCallback = NULL)
I am able to turn the Z-Wave chip by passing AddNodeToNetwork(1) in my python codes but how can I use the custom function calling like successCallback etc.. along with the AddNodeToNetwork.
Thanks