Home AMX Forum NetLinx Studio
Options

Motion Sensor from Panel to NS

nielsynielsy Junior Member
Dear All,

I want to use the motion sensor of a panel for to a action.

Something like this :

BUTTON_EVENT[10001:0:1,160] // MOTION DETECTION
{
PUSH:
{
SEND_STRING 0,"'motion detection in room 1'"
}
}

But it doesn;t work. Maybe a little fault?? Who could help me?

Thanx already!

Comments

Sign In or Register to comment.