From 1ee7a2f972500557f168e78ed95c83033ecd1a4c Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 5 Sep 2023 15:01:54 -0400 Subject: [PATCH] Add alexa air quality monitor + remote device types (#2051) Related to https://github.com/openhab/openhab-alexa/pull/601 Signed-off-by: jsetton --- .../src/assets/definitions/metadata/alexa/devicetypes.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bundles/org.openhab.ui/web/src/assets/definitions/metadata/alexa/devicetypes.js b/bundles/org.openhab.ui/web/src/assets/definitions/metadata/alexa/devicetypes.js index 95af6e4cf2..4ad19dd1da 100644 --- a/bundles/org.openhab.ui/web/src/assets/definitions/metadata/alexa/devicetypes.js +++ b/bundles/org.openhab.ui/web/src/assets/definitions/metadata/alexa/devicetypes.js @@ -94,6 +94,9 @@ export default { defaultAttributes: ['PowerState', 'FanSpeed'], supportedAttributes: fanAttributes }, + AirQualityMonitor: { + supportedAttributes: ['CurrentTemperature', 'CurrentHumidity', ...sensorAttributes] + }, Automobile: { supportedAttributes: [ 'BatteryLevel', @@ -235,6 +238,10 @@ export default { defaultAttributes: ['PowerState'], supportedAttributes: genericDeviceAttributes }, + Remote: { + defaultAttributes: ['PowerState'], + supportedAttributes: genericDeviceAttributes + }, Router: { defaultAttributes: ['PowerState'], supportedAttributes: genericDeviceAttributes