{"info":{"_postman_id":"57fcee08-f244-49d6-b4ff-eac04c06c487","name":"Belkin Wemo","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Switch Status","_postman_id":"6d9a27c1-d2ce-4400-9865-3bbdcb28edea","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"user-agent":true,"host":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=\"utf-8\"","type":"text"},{"key":"SOAPACTION","value":"\"urn:Belkin:service:basicevent:1#GetBinaryState\"","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\"\r\n        s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">\r\n    <s:Body>\r\n        <u:GetBinaryState xmlns:u=\"urn:Belkin:service:basicevent:1\">\r\n        </u:GetBinaryState>\r\n    </s:Body>\r\n</s:Envelope>"},"url":"http://192.168.1.123:49153/upnp/control/basicevent1"},"response":[]},{"name":"Switch On","_postman_id":"136d20e6-71e3-44f0-b487-9fc021385354","request":{"method":"POST","header":[{"key":"SOAPACTION","value":"\"urn:Belkin:service:basicevent:1#SetBinaryState\"","type":"text"},{"key":"Content-Type","value":"text/xml; charset=\"utf-8\"","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\"\r\n        s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">\r\n    <s:Body>\r\n        <u:SetBinaryState xmlns:u=\"urn:Belkin:service:basicevent:1\">\r\n             <BinaryState>1</BinaryState>\r\n        </u:SetBinaryState>\r\n    </s:Body>\r\n</s:Envelope>\r\n","options":{"raw":{"language":"xml"}}},"url":"http://192.168.1.123:49153/upnp/control/basicevent1"},"response":[]},{"name":"Switch Off","_postman_id":"1c1b9333-5bf5-46a7-8837-423e76ea1e53","request":{"method":"POST","header":[{"key":"SOAPACTION","type":"text","value":"\"urn:Belkin:service:basicevent:1#SetBinaryState\""},{"key":"Content-Type","type":"text","value":"text/xml; charset=\"utf-8\""}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\"\r\n        s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">\r\n    <s:Body>\r\n        <u:SetBinaryState xmlns:u=\"urn:Belkin:service:basicevent:1\">\r\n             <BinaryState>0</BinaryState>\r\n        </u:SetBinaryState>\r\n    </s:Body>\r\n</s:Envelope>\r\n","options":{"raw":{"language":"xml"}}},"url":"http://192.168.1.123:49153/upnp/control/basicevent1"},"response":[]}],"protocolProfileBehavior":{}}