Daniel 'Eisbehr' Kern
Daniel 'Eisbehr' Kern
What about if you want to use rgb in a group with mixed modes? There would be a manually decision needed in the ui, or not?
This may not be a problem of this plugin itself as a problem of the elgato software. In background, this software runs a server. It would not be the first...
Do you have tried to install the current version out of this Repo manually? The version available in Stremdeck is very old. The current version here has some fixed regarding...
I think that would require an extension of the UI too. Because you want to cycle white temperatures, others want to have RGB. So it's needed to have a decision...
I would not even call the new "thing" a "documentation". It's really garbage, sorry. 😞 I know, it's easy to criticise open-source software, but there already was a better solution...
What is the reason that you require php 7 and test only php 7.1 too? ZF3 has a minimal requirement of php 5.6, so you should create all extensions based...
Isn't a cloned element in jQuery a virtual Element? So don't you need to select the element after appending it to get the correct instance? ```js $e = $('template').contents().clone(); $('body').append($e);...
Totally needed feature! Asked myself why there is no way for it ...
Hello @DevelGitH, I know how `module.exports` work. But as Lazy is a client-side script, what should I export? Could you give me an example what you want to be exported...
I will keep this open as an enhancement. But I need to think about the implementation.