We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gppNwkAddr
tempMaster
1 parent e1607f5 commit c79bee9Copy full SHA for c79bee9
1 file changed
src/devices/schneider_electric.ts
@@ -1,5 +1,6 @@
1
import {Zcl} from "zigbee-herdsman";
2
import type {PartialClusterOrRawAttributes} from "zigbee-herdsman/dist/controller/tstype";
3
+import {COORDINATOR_ADDRESS} from "zigbee-herdsman/dist/zspec";
4
import type {GpdManufAttributeReport} from "zigbee-herdsman/dist/zspec/zcl/definition/tstype";
5
import * as fz from "../converters/fromZigbee";
6
import * as tz from "../converters/toZigbee";
@@ -1476,7 +1477,7 @@ const fzLocal = {
1476
1477
"response",
1478
{
1479
options: 0b000,
- tempMaster: msg.data.gppNwkAddr,
1480
+ tempMaster: msg.data.gppNwkAddr ?? COORDINATOR_ADDRESS,
1481
tempMasterTx: networkParameters.channel - 11,
1482
srcID: msg.data.srcID,
1483
gpdCmd: 0xfe,
0 commit comments