diff --git a/hardware/wemo/WeMoNG.html b/hardware/wemo/WeMoNG.html index b9cec3ab..96fb6d41 100644 --- a/hardware/wemo/WeMoNG.html +++ b/hardware/wemo/WeMoNG.html @@ -29,9 +29,26 @@
  • Light Groups
  • Motion Detector
  • -

    Sockets will generate msg.payload with values of 0/1/8 for off or on - (8 is on but at standby load for insight sockets), lightswill return an - object like this:

    +

    Sockets will generate msg.payload with values of 0 or 1 (for off or on).

    +

    Insight sockets will return an object like this (where state can also be 8 at standby):

    +
    +  {
    +    state: "1"
    +    onSince: 1611180205
    +    onFor: 853
    +    onToday: 18284
    +    onTotal: 48785
    +    averagePower: 12
    +    power: 0
    +    energyToday: 3772853
    +    energyTotal: 10142468
    +    sid: "uuid:adebe0c4-1dd1-11b2-8779-d6b6d5a8a932"
    +    type: "socket"
    +    name: "WeMo Insight"
    +    id: "221536K12000B4"
    +  }
    +  
    +

    Lights will return an object like this:

       {
         name: 'Bedroom light',
    @@ -164,7 +181,23 @@