Mickael Marrache

Results 15 comments of Mickael Marrache

Hi Chris, I've created a PR: https://github.com/zsmartsystems/com.zsmartsystems.zigbee/pull/1345 Thanks

Thanks for your answer. Is there a link to follow evolution of the issue? Le jeu. 24 sept. 2020 à 20:27, Chris Jackson a écrit : > I confirm that...

Which stack version are you using? If 6.7.6.0+, are you able to reproduce the issue?

I confirm the issue exists with 6.7.6.0 and 6.7.7.0 as well. I'm able to reproduce the issue by simply adding a static block: ``` static { EzspFrame.setEzspVersion(8); } ``` Even...

Indeed, it is a bug in the NCP code. Closing the ticket.

We still observe this issue with version 6.7.8.0.

Not having to rely on enums is generally a better approach. Enums introduce all sort of problems (client code may rely on ordinals, enum names, etc) while we don't get...

> We already rely on enums in other listeners such as the network state listener, and there is quite extensive use of enums throughout the framework. If we never used...

@Olgagr Did you only provide your interceptor or also a token extractor? Using a custom interceptor that reads from the injected document doesn't help for me. It looks like the...

I tried that but I got side effects. At least the mysql user disappeared for some reason. It looks like the plugin is used for more than just SSH/login.