Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
2013-04-21 02:05:29 (11 years ago)
Author:
futzle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    4040= Removing devices = 
    4141 
    42 TODO 
     42To remove a !WeMo device, go to the '''Configure''' page and press '''Remove''' for the devices that you want to remove.  Close the device dialog and press '''SAVE'''. 
    4343 
    4444= Controlling devices = 
    4545 
    46 TODO 
     46Child devices follow the same conventions as other MiOS switches and sensors. 
     47 
     48== !WeMo switches == 
     49 
     50Switches show their on/off status in the dashboard.  Clicking '''On''' or '''Off''' will change the state. 
     51 
     52Service variables: 
     53||= Namespace =||= Variable name =||= Meaning =|| 
     54|| urn:upnp-org:serviceId:SwitchPower1 || Status || '''0''' if switch is off; '''1''' if switch is on || 
     55 
     56Actions: 
     57||= Namespace =||= Action name =||= Parameters =||= Meaning =|| 
     58|| urn:upnp-org:serviceId:SwitchPower1 || !SetTarget || newTargetValue: '''0''' to turn switch off; '''1''' to turn switch on || Set the switch to the specified state || 
     59 
     60Events: 
     61||= Name =||= Meaning =|| 
     62|| A device is turned on or off || The switch status has changed from on to off, or from off to on || 
     63 
     64== !WeMo sensors == 
     65 
     66Sensors show their tripped status in the dashboard.  Clicking '''Arm''' or '''Bypass''' affects only the Vera internal state; it has no effect on the !WeMo sensor and will not affect whether !WeMo rules fire. 
     67 
     68Service variables: 
     69||= Namespace =||= Variable name =||= Meaning =|| 
     70|| urn:micasaverde-com:serviceId:SecuritySensor1 || Tripped || '''0''' if no motion detected; '''1''' if motion was detected in the last 2 seconds || 
     71|| urn:micasaverde-com:serviceId:SecuritySensor1 || Armed || '''0''' the sensor is bypassed; '''1''' if the sensor is armed || 
     72 
     73Actions: 
     74||= Namespace =||= Action name =||= Parameters =||= Meaning =|| 
     75|| urn:micasaverde-com:serviceId:SecuritySensor1 || !SetArmed || newArmedValue: '''0''' to bypass the sensor; '''1''' to arm the sensor || Set the sensor's arm/bypass state || 
     76 
     77Events: 
     78||= Name =||= Meaning =|| 
     79|| A sensor (door/window/motion/etc.) is tripped || Fires when motion is detected || 
     80|| An armed sensor is tripped || Fires when motion is detected and the sensor is armed ||