Intercept alert from motion detector on razberry

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
gannher
Posts: 2
Joined: 28 Oct 2013 18:02

Intercept alert from motion detector on razberry

Post by gannher »

Hello

I buy recently a razberry board and a motion detector

When motion detector detect a movement, he send a notification to razberry but how can I intercept this notification for launch other action ?

Thanks
User avatar
PoltoS
Posts: 7594
Joined: 26 Jan 2011 19:36

Pretty like this:

Post by PoltoS »

Pretty like this:

zway.devices[NN].SensorBinary.data[1].level.bind( function () {} )
gannher
Posts: 2
Joined: 28 Oct 2013 18:02

Great thx !

Post by gannher »

Great thx !
Post Reply