diff --git a/server/services/philips-hue/lib/light/light.getLights.js b/server/services/philips-hue/lib/light/light.getLights.js index 58ed002050..0207cc40ad 100644 --- a/server/services/philips-hue/lib/light/light.getLights.js +++ b/server/services/philips-hue/lib/light/light.getLights.js @@ -43,6 +43,7 @@ async function getLights() { case 'LLC010': // Hue iris lightsToReturn.push(getPhilipsHueColorLight(philipsHueLight, serialNumber, this.serviceId)); break; + case 'LWO001': // Hue White Filament Bulb G93 E27 case 'LWB010': // Hue white bulb with fixed warming light (2700K) case 'LWB006': // Hue white lamp case 'LWG004': // Hue white spot diff --git a/server/test/services/philips-hue/lights.json b/server/test/services/philips-hue/lights.json index dd186d81d4..a6d12ecf1d 100644 --- a/server/test/services/philips-hue/lights.json +++ b/server/test/services/philips-hue/lights.json @@ -1093,6 +1093,52 @@ }, "_id": 23, "id": 23 + }, + { + "state": { + "on": true, + "bri": 254, + "alert": "none", + "mode": "homeautomation", + "reachable": true + }, + "swupdate": { + "state": "noupdates", + "lastinstall": "2019-10-06T19:48:01" + }, + "type": "Dimmable light", + "name": "Ampoule Hue salon", + "modelid": "LWO001", + "manufacturername": "Signify Netherlands B.V.", + "productname": "Hue filament bulb", + "_rawData": { + "capabilities": { + "certified": true, + "control": { + "mindimlevel": 2000, + "maxlumen": 550 + }, + "streaming": { + "renderer": false, + "proxy": false + } + }, + "config": { + "archetype": "vintagebulb", + "function": "decorative", + "direction": "omnidirectional", + "startup": { + "mode": "safety", + "configured": true + } + }, + "uniqueid": "00:17:88:01:08:9f:97:bd-0b", + "swversion": "1.65.9_hB3217DF", + "swconfigid": "E552ED14", + "productid": "Philips-LWO001-1-G93CFDLv1" + }, + "_id": 24, + "id": 24 } ] }