Changing value of remote Xbee DIO(High/Low) from Xbee Gateway X2e python app

Well , I got a Xbee Gateway X2e and 2 Xbee S2C nodes.

Schema

GATEWAY --------------NODE1------SENSOR
|-------------NODE2------LIGHT

I need change LIGH status(On/Off) attached in DIO2 in node2 when values of sensor attached in NODE1 change

All in stand alone mode with python app executing on GATEWAY
Now I can read data from sensor , but I don`t know how send data to change status of Light on node2

Any Idea?

Jalbertopla,

I would suggest looking at https://www.digi.com/resources/documentation/digidocs/90001537/default.htm#references/r_method_ddo_set_param__.htm%3FTocPath%3DModule%253A%2520xbee|_____2

Digi Support