mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +00:00
Zigbee reduce battery drain
This commit is contained in:
parent
fa70c4cfe3
commit
4bae5944d2
@ -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
|
// 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 = {
|
const Z_autoAttributeReporting_t Z_autoAttributeReporting[] PROGMEM = {
|
||||||
{ 0x0001, 0x0020, 15*60, 15*60, 0.1 }, // BatteryVoltage
|
{ 0x0001, 0x0020, 60*60, 4*60*60, 0.1 }, // BatteryVoltage
|
||||||
{ 0x0001, 0x0021, 15*60, 15*60, 1 }, // BatteryPercentage
|
{ 0x0001, 0x0021, 60*60, 4*60*60, 1 }, // BatteryPercentage
|
||||||
{ 0x0006, 0x0000, 1, 60*60, 0 }, // Power
|
{ 0x0006, 0x0000, 1, 60*60, 0 }, // Power
|
||||||
{ 0x0201, 0x0000, 60, 60*10, 0.5 }, // LocalTemperature
|
{ 0x0201, 0x0000, 60, 60*10, 0.5 }, // LocalTemperature
|
||||||
{ 0x0201, 0x0008, 60, 60*10, 10 }, // PIHeatingDemand
|
{ 0x0201, 0x0008, 60, 60*10, 10 }, // PIHeatingDemand
|
||||||
|
Loading…
x
Reference in New Issue
Block a user