Mickael Marrache
Mickael Marrache
Hi, I just got to this in the logs: ``` 2020-09-24 13:35:35.489 TRACE 27528 --- [AshFrameHandler] c.z.z.d.e.internal.ash.AshFrameHandler : ASH RX: 45 2020-09-24 13:35:35.489 TRACE 27528 --- [AshFrameHandler] c.z.z.d.e.internal.ash.AshFrameHandler : ASH...
Hi, The EZSP version used is stored as static variable: ``` /** * The current version of EZSP being used */ protected static int ezspVersion = EZSP_MIN_VERSION; ``` When my...
Hi Chris, I would like to submit a PR that will create dedicated loggers for ASH and EZSP traffic. Every logger will only be used to log TX/RX frames. The...
This change should not impact existing code. It only consists of adding a new property at the `ZigBeeNode `level so that one can store MAC capabilities independently of the NodeDescriptor....
The duplicate, which was out of date (defining response parameter EmberStatus instead of EmberKeyStatus), was overriding the first definition. Therefore, the generated files were never updated...
Hi Chris, We recently had memory issues with the library where it looks like, at least according to the heap dump, that the processor threads accumulate in memory. I guess...