WiFi SSID: {{ reportedTwin.wifiSSID || 'N/A' }}

WiFi RSSI: {{ reportedTwin.wifiRSSI || 'N/A' }}

WiFi IP: {{ reportedTwin.wifiIP || 'N/A' }}

WiFi Mask: {{ reportedTwin.wifiMask || 'N/A' }}

MAC Addr: {{ reportedTwin.macAddress || 'N/A' }}

IrDA: {{ reportedTwin.sensorIrda === 1 ? 'Working' : 'Down' }}

Motion Sensor: {{ reportedTwin.sensorMotion === 1 ? 'Working' : 'Down' }}

Magnetometer Sensor: {{ reportedTwin.sensorMagnetometer === 1 ? 'Working' : 'Down' }}

Pressure Sensor: {{ reportedTwin.sensorPressure === 1 ? 'Working' : 'Down' }}

Humidity & Temperature Sensor: {{ reportedTwin.sensorHumidityAndTemperature === 1 ? 'Working' : 'Down' }}

Device ID: {{ deviceId }}

Firmware Version:

{{ reportedTwin.firmwareVersion }}

Last Updated:

{{ lastUpdated }}

User LED: {{ userLEDState === 1 ? 'On' : 'Off' }}

RGB LED: {{ rgbLEDState === 1 ? 'On' : 'Off' }}

R:
G:
B:

Loading...