Junior Martinez

Results 18 comments of Junior Martinez

@latch-danielkneip @bzbarsky-apple Boris is right, Your min and max level should be read from the data model config and set in the global struct `stateTable` in the emberAfLevelControlClusterServerInitCallback. The values...

Which leads me to say the patch only hides the real issue. If it is indeed what happens with the init callback. we need to focus on why it is...

@bzbarsky-apple any idea here why the callback wouldn't be call for the dynamic endpoints? I am not familiar with that path

At first glance the change seems ok with me. If and only if, `emberAfLevelControlClusterInitCallback` and `emberAfLevelControlClusterServerInitCallback` are not both called at boot up for a zap configurated endpoint with level...

> Why are we not just using `scripts/build/build_examples.py`. That script has standardised arguments across many platforms and in particular will support `--clean`. > > It is difficult to maintain several...

If this is the case there is a significant regression. SED build was tested and validated not long ago. I can't say I tried it lately. I will need to...

@dtodor Hi, Can you let me know what commit hash you used for your OTBR. I tested it on my end with the current master. The SED was able to...

@taoyinzhou @bzbarsky-apple I just tested on my end Lock-app build as an MTD device on efr32. but this is common code for thread devices ``` [1666726079.375368][14467:14472] CHIP:TOO: Endpoint: 0 Cluster:...

Just to confirm what does your routing role returns? If you are MTD and child on the network, it should return this. ``` [1666726540.244033][14497:14502] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0035 Attribute...

@ZainZhongUL mtd must knows his own parent (router). this should be madatory in thread too. Need to confirm with the thread spec.