Use real ZigBee addresses for sensors

* EUI-64
* First Endpoint (00 is ZigBee Device Object)
* fc00-ffff Manufacturer specific cluster (0xfc00 is used by the dimmer)
This commit is contained in:
Adrian 2019-03-26 09:19:16 +01:00
parent 8e62602edc
commit f0ad296424
2 changed files with 2 additions and 2 deletions
DimmerBed
MotionIntelligent

View file

@ -4,5 +4,5 @@
"modelid": "MEM001",
"manufacturername": "Adrium",
"swversion": "1.0",
"uniqueid": "00:ad:10:f3:2a:9b-03"
"uniqueid": "2b:41:4b:48:75:44:69:XX-01-fd00"
}

View file

@ -4,5 +4,5 @@
"modelid": "MEM001",
"manufacturername": "Adrium",
"swversion": "1.0",
"uniqueid": "00:ad:10:f3:2a:9b-02"
"uniqueid": "2b:41:4b:48:75:4d:6f:XX-01-fd00"
}