15#include "sensorring/platform/SensorringExport.hpp"
SENSORRING_EXPORT std::ostream & operator<<(std::ostream &os, DeviceState state) noexcept
Output stream operator for DeviceState.
SENSORRING_EXPORT std::string toString(DeviceState state) noexcept
Convert a DeviceState value to its string representation.
DeviceType
Supported device hardware types used for device registration and grouping.
Definition DeviceType.hpp:25
@ HTPA32
Thermal sensor (HTPA32).
Definition DeviceType.hpp:29
@ UNDEFINED
Undefined device type.
Definition DeviceType.hpp:33
@ WS2812b
LED strip (WS2812b).
Definition DeviceType.hpp:31
@ VL53L8CX
Time-of-flight sensor (VL53L8CX).
Definition DeviceType.hpp:27