TCP/WebSocket API
  • Getting Started
  • Information and Preferences
    • Get Device Information
    • Request Device Configuration
    • Configure Device Configuration
    • Request Accessory Names
    • Configure Accessory Names
  • Accessory Controls
    • Outlets
    • Nightlight
    • Color Light - HSV
    • Color Light - Temperature
  • Fetch Accessory Status
    • Outlets
    • Nightlight
    • Color Light
    • Sensors
  • Synchronous Updates
    • Outlets
    • Nightlight
    • Sensors
  • OTA
    • Request Available Updates
    • Perform OTA Update
    • OTA Download Progress (Synchronous)
    • OTA Result Update (Synchronous)
  • Device Management
    • InvisOutlet
      • Restart InvisOutlet
      • Reset InvisOutlet's Network Settings
      • Factory Reset InvisOutlet
      • Check MQTT Status
      • Home Assistant Discovery
    • InvisDeco
      • Restart InvisDeco
      • Reset InvisDeco
      • Occupancy Sensor Calibration
      • Temperature and Relative Humidity Calibration
  • API Reference
    • Terminology
Powered by GitBook
On this page
  1. Device Management
  2. InvisOutlet

Factory Reset InvisOutlet

[TCP/WebSocket<-->IM]

Reset InvisOutlet back to its factory default settings.

This will clear Matter commissioning and clear device customization settings.

Note: This is the same as pressing InvisOutlet's button for 10 seconds.

Request

  • packetID: Represents the ID of the packet. This can be any six digit number, no leading zeros.

  • payload:

    • callbackName: 7

{
    "packetID": 221053,
    "payload":
    {
        "callbackName": 7
    }
}

Response

No response will be sent. The InvisOutlet device will blink for 3 seconds and reboot.

PreviousReset InvisOutlet's Network SettingsNextCheck MQTT Status

Last updated 8 months ago