Device Status Mask
{
statusFirst = 0x01, // First booting
statusRecord = 0x02, // Reserved
statusLiving = 0x04, // Reserved
statusStream = 0x08, // Reserved
statusDiskReady = 0x10, // Reserved
statusRTMPReady = 0x20, // Reserved
statusSoftAP = 0x40, // AP mode enabled
statusMIC = 0x100, // Reserved
statusPHONE = 0x200, // Reserved
statusOutput = 0x400, // Reserved
statusDiskTest = 0x1000, // Storage medium is testing performance.
statusBlue = 0x2000, // Reserved
statusUpgrade = 0x4000, // Updating firmware
statusNetTest = 0x8000, // Streaming test is ongoing
statusPasswd = 0x10000, // Device password has been set
statusOccupied = 0x20000, // Device has been locked by app(s), at most 2 apps simultaneously
statusFormatDisk = 0x100000, // USB is formatting
statusFormatSD = 0x200000, // SD card is formatting
statusSearchWifi = 0x400000, // The device is searching for available Wi-Fi networks
statusConnectWifi = 0x800000, // The device is connecting to a Wi-Fi hotspot
statusLoading = 0x1000000, // The device is loading configuration profile
statusCheckUpgrade = 0x2000000, // The device is checking for new firmware versions
statusReset = 0x4000000, // The device is resetting all parameters to default
stausIPv6 = 0x8000000, // Reserved
statusTestLock = 0x10000000, // Reserved
statusReboot = 0x20000000, // The device is rebooting
statusSendTest = 0x40000000, // The device is testing the server for file uploading
}