node-red-contrib-homebridge-automation 0.3.0-beta.13 → 0.3.0-beta.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/hbConfigNode.js +1 -1
package/package.json
CHANGED
package/src/hbConfigNode.js
CHANGED
|
@@ -90,7 +90,7 @@ class HBConfigNode {
|
|
|
90
90
|
const supportedTypes = new Set([
|
|
91
91
|
'Air Purifier', 'Air Quality Sensor', 'Battery', 'Carbon Dioxide Sensor', 'Carbon Monoxide Sensor', 'Camera Rtp Stream Management',
|
|
92
92
|
'Doorbell', 'Fan', 'Fanv2', 'Garage Door Opener', 'Humidity Sensor', 'Input Source',
|
|
93
|
-
'Leak Sensor', 'Lightbulb', 'Lock Mechanism', 'Motion Sensor', 'Occupancy Sensor',
|
|
93
|
+
'Leak Sensor', 'Light Sensor', 'Lightbulb', 'Lock Mechanism', 'Motion Sensor', 'Occupancy Sensor',
|
|
94
94
|
'Outlet', 'Smoke Sensor', 'Speaker', 'Stateless Programmable Switch', 'Switch',
|
|
95
95
|
'Television', 'Temperature Sensor', 'Thermostat', 'Contact Sensor',
|
|
96
96
|
'Window', 'Window Covering', 'Light Sensor'
|