Nikolaj Kappler

Results 39 comments of Nikolaj Kappler

> Simply like this? > > ``` > const elements = document.querySelectorAll('.myclass'); > elements.forEach(function(element, index) { > ctxmenu.update(element.id, menuDefinition); > }); > ``` By the way @smalos, are you using...

> I am using the default 10/60/60 and never got into rate-limit trouble. I have one NOAH plant consisting of two NOAH devices. Anyone with multiple plants? I have two...

You can create an API on server.growatt.com. Has anyone tried API key authorization instead of user/password?

> Has any of these people had a chance to check this recently? 🙂 > It works as far as I can see so I wonder if this issue should...

I'd like to add sections with code examples where you can right click to view what that code produces. Would be very helpful I think, but at the moment I...

Actually, thanks for opening this! It's a good reminder to improve the documentation. The latest update was a quick addition of more lifecycle events, which were originally planned for the...

I've noticed this, too. I think apple intentionally dropped support for the contextmenu event for usability reasons. I'm not sure why, since it is still a common thing, at least...

yes, that looks like it should work. Do you want to write a PR?

This bothers me alot, too, as not only this interface is affected, but virtually every event parameter interfaces members are optional, even when there are always present in practice.