Gaëtan
Gaëtan
I also would like to reset my Philips devices with Touchlink reset from my ConBee 2 ! 🙏🏻 Any progess on this feature request ?
I think you can achieve that with this rule: ```php $rules[] = Rule::allClasses() ->that(new ResideInOneOfTheseNamespaces('App')) ->andThat(new IsInterface()) ->should(new NotHaveNameMatching('*Interface')) ->because('interface names should not end with Interface'); ```
👋 How is the ESLint integration going? What can I do to help move it forward?