From 106d5852da3370c1bf5b7c8e4fe60f5a4781275c Mon Sep 17 00:00:00 2001 From: SilentT Date: Sat, 15 Jul 2023 14:28:45 +0200 Subject: [PATCH] fix: Mark MOTDETAT as not reportable for LiXee ZLinky_TIC (#5970) --- src/devices/lixee.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/lixee.js b/src/devices/lixee.js index 1989a7112765f..29d46f0ad268e 100644 --- a/src/devices/lixee.js +++ b/src/devices/lixee.js @@ -564,7 +564,7 @@ const exposedData = [ {cluster: clustersDef._0xFF66, att: 'daysNumberNextCalendar', reportable: false, onlyProducer: false, linkyPhase: linkyPhaseDef.all, linkyMode: linkyModeDef.standard, exposes: exposes.numeric('NJOURF+1', ea.STATE).withProperty('days_number_next_calendar').withDescription('Next day number supplier calendar')}, {cluster: clustersDef._0xFF66, att: 'daysProfileCurrentCalendar', reportable: false, onlyProducer: false, linkyPhase: linkyPhaseDef.all, linkyMode: linkyModeDef.standard, exposes: exposes.text('PJOURF+1', ea.STATE).withProperty('days_profile_current_calendar').withDescription('Profile of the next supplier calendar day')}, {cluster: clustersDef._0xFF66, att: 'daysProfileNextCalendar', reportable: false, onlyProducer: false, linkyPhase: linkyPhaseDef.all, linkyMode: linkyModeDef.standard, exposes: exposes.text('PPOINTE1', ea.STATE).withProperty('days_profile_next_calendar').withDescription('Profile of the next check-in day')}, - {cluster: clustersDef._0xFF66, att: 'motDEtat', reportable: true, onlyProducer: false, linkyPhase: linkyPhaseDef.all, linkyMode: linkyModeDef.legacy, exposes: exposes.text('MOTDETAT', ea.STATE).withProperty('MOTDETAT').withDescription('Meter Status Word')}, + {cluster: clustersDef._0xFF66, att: 'motDEtat', reportable: false, onlyProducer: false, linkyPhase: linkyPhaseDef.all, linkyMode: linkyModeDef.legacy, exposes: exposes.text('MOTDETAT', ea.STATE).withProperty('MOTDETAT').withDescription('Meter Status Word')}, ]; function getCurrentConfig(device, options, logger=console) {