docs/variables/deviceTypes.html
ConstdeviceTypes: {
AirQualitySensor: AirQualitySensorDevice;
BridgedNode: BridgedNodeEndpoint;
ColorTemperatureLight: ColorTemperatureLightDevice;
ContactSensor: ContactSensorDevice;
DimmableLight: DimmableLightDevice;
DimmableOutlet: DimmablePlugInUnitDevice;
DoorLock: DoorLockDevice;
ExtendedColorLight: ExtendedColorLightDevice;
Fan: FanDevice;
GenericSwitch: GenericSwitchDevice;
HumiditySensor: HumiditySensorDevice;
LeakSensor: WaterLeakDetectorDevice;
LightSensor: LightSensorDevice;
MotionSensor: OccupancySensorDevice;
OnOffLight: OnOffLightDevice;
OnOffOutlet: OnOffPlugInUnitDevice;
OnOffSwitch: OnOffLightSwitchDevice;
Pump: PumpDevice;
RoboticVacuumCleaner: RoboticVacuumCleanerDevice;
RoomAirConditioner: RoomAirConditionerDevice;
SmokeSensor: SmokeCoAlarmDevice;
TemperatureSensor: TemperatureSensorDevice;
Thermostat: With<
For<{}>,
With<
{},
readonly [
Type<
typeof ThermostatServer,
WithSupportedFeatures<
Thermostat,
{
autoMode: true;
cooling: true;
heating: true;
localTemperatureNotExposed: false;
matterScheduleConfiguration: false;
occupancy: true;
presets: false;
scheduleConfiguration: false;
setback: false;
},
>,
Concrete,
typeof Internal,
"thermostat",
>,
],
>,
>;
WaterValve: With<
For<{}>,
With<{} & {}, readonly [typeof ValveConfigurationAndControlServer]>,
>;
WindowCovering: WindowCoveringDevice;
} = ...
Friendly device type names for the Plugin API Maps simplified names to actual Matter.js device types
ReadonlyAirQualitySensor: AirQualitySensorDeviceReadonlyBridgedNode: BridgedNodeEndpointReadonlyColorTemperatureLight: ColorTemperatureLightDeviceReadonlyContactSensor: ContactSensorDeviceReadonlyDimmableLight: DimmableLightDeviceReadonlyDimmableOutlet: DimmablePlugInUnitDeviceReadonlyDoorLock: DoorLockDeviceReadonlyExtendedColorLight: ExtendedColorLightDeviceReadonlyFan: FanDeviceReadonlyGenericSwitch: GenericSwitchDeviceReadonlyHumiditySensor: HumiditySensorDeviceReadonlyLeakSensor: WaterLeakDetectorDeviceReadonlyLightSensor: LightSensorDeviceReadonlyMotionSensor: OccupancySensorDeviceReadonlyOnOffLight: OnOffLightDeviceReadonlyOnOffOutlet: OnOffPlugInUnitDeviceReadonlyOnOffSwitch: OnOffLightSwitchDeviceReadonlyPump: PumpDeviceReadonlyRoboticVacuumCleaner: RoboticVacuumCleanerDeviceReadonlyRoomAirConditioner: RoomAirConditionerDeviceReadonlySmokeSensor: SmokeCoAlarmDeviceReadonlyTemperatureSensor: TemperatureSensorDeviceReadonlyThermostat: With< For<{}>, With< {}, readonly [Type< typeof ThermostatServer, WithSupportedFeatures< Thermostat, { autoMode: true; cooling: true; heating: true; localTemperatureNotExposed: false; matterScheduleConfiguration: false; occupancy: true; presets: false; scheduleConfiguration: false; setback: false; }, >, Concrete, typeof Internal, "thermostat", >,], >, >ReadonlyWaterValve: With< For<{}>, With<{} & {}, readonly [typeof ValveConfigurationAndControlServer]>, >ReadonlyWindowCovering: WindowCoveringDeviceMember Visibility
ThemeOSLightDark