From 2764363275e2194495154260630c7b2e3bcebf92 Mon Sep 17 00:00:00 2001
From: William Deren <William-De71@users.noreply.github.com>
Date: Mon, 14 Oct 2024 02:40:30 +0200
Subject: [PATCH] Zigbee2mqtt: new LixeeTIC expose: EASF03 (#2131)

---
 server/services/zigbee2mqtt/exposes/numericType.js | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/server/services/zigbee2mqtt/exposes/numericType.js b/server/services/zigbee2mqtt/exposes/numericType.js
index 05c3f296e6..aa142a0ad2 100644
--- a/server/services/zigbee2mqtt/exposes/numericType.js
+++ b/server/services/zigbee2mqtt/exposes/numericType.js
@@ -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: {
@@ -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: {