Merge pull request #9642 from s-hadinger/zigbee_lower_battery_drain

Zigbee reduce battery drain
This commit is contained in:
s-hadinger 2020-10-28 10:47:10 +01:00 committed by GitHub
commit 228a0ea912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1215,8 +1215,8 @@ typedef struct Z_autoAttributeReporting_t {
// Note the attribute must be registered in the converter list, used to retrieve the type of the attribute
const Z_autoAttributeReporting_t Z_autoAttributeReporting[] PROGMEM = {
{ 0x0001, 0x0020, 15*60, 15*60, 0.1 }, // BatteryVoltage
{ 0x0001, 0x0021, 15*60, 15*60, 1 }, // BatteryPercentage
{ 0x0001, 0x0020, 60*60, 4*60*60, 0.1 }, // BatteryVoltage
{ 0x0001, 0x0021, 60*60, 4*60*60, 1 }, // BatteryPercentage
{ 0x0006, 0x0000, 1, 60*60, 0 }, // Power
{ 0x0201, 0x0000, 60, 60*10, 0.5 }, // LocalTemperature
{ 0x0201, 0x0008, 60, 60*10, 10 }, // PIHeatingDemand