Get Device Information

[TCP/WebSocket -> InvisOutlet]

Request and retrieve detailed device information for both InvisOutlet and InvisDeco.

Request

  • packetID: A randomly generated six-digit number.

  • payload:

    • callbackName: 12

{
    "packetID": 373184,    
    "payload":
    {
        "callbackName": 12,  
    }
}

Response

  • sn: The serial number of the device.

  • packetID: A randomly generated six-digit number.

  • payload:

    • callbackName: 12

    • callbackArgs:

      • IM:

        • sn: Serial number

        • MAC: MAC address

        • device: Name of the device role

        • fw_rev: Firmware version of the InvisOutlet

      • PM:

        • online: The status of whether the InvisDeco is connected to InvisOutlet

        • sn: Serial number

        • MAC: MAC address

        • device: Name of the device role

        • type: Name of the device type

        • fw_rev: Firmware version of the InvisDeco

Last updated