Skip to content

Commit

Permalink
Zigbee2mqtt: new LixeeTIC expose: EASF03 (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
William-De71 authored Oct 14, 2024
1 parent 4f7dd42 commit 2764363
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion server/services/zigbee2mqtt/exposes/numericType.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ module.exports = {
RELAIS: {
feature: {
category: DEVICE_FEATURE_CATEGORIES.ENERGY_SENSOR,
type: DEVICE_FEATURE_TYPES.SENSOR.INTEGER,
type: DEVICE_FEATURE_TYPES.ENERGY_SENSOR.BINARY,
},
},
EAST: {
Expand All @@ -716,6 +716,14 @@ module.exports = {
max: 1000000,
},
},
EASF03: {
feature: {
category: DEVICE_FEATURE_CATEGORIES.ENERGY_SENSOR,
type: DEVICE_FEATURE_TYPES.ENERGY_SENSOR.INDEX,
min: 0,
max: 1000000,
},
},
// End of Lixee TIC device
voc: {
feature: {
Expand Down

0 comments on commit 2764363

Please sign in to comment.