Christopher Martin

Results 26 comments of Christopher Martin

This is the brute force workaround I used for finding the segment IDs for a `roborock.vacuum.s5`. It was slow, but I eventually got the IDs using `miiocli` commands. #### Background:...

I think you can supply `value_options` with an assoc array (key => value, value => label). Internally I believe it calls `setValueOptions()`: http://framework.zend.com/manual/current/en/modules/zend.form.element.multicheckbox.html i.e.: ``` 'multiCheckboxOption' => array( 'input_type' =>...

I can't replicate this behavior, it works for me with ZF 2.1.4 and 2.3.7. Here is the config I used: https://gist.github.com/cgmartin/02a939557c9517a8830e#file-cgnconfigadmin-global-php-L61 And the `getConfigValue` which returns multiple selected values: https://gist.github.com/cgmartin/02a939557c9517a8830e#file-indexcontroller-php...

IIRC, by default, the input elements operate off of string type values for the options (since that is what they are ultimately rendered and received as via the web page...

Is controller being accessed through a route when you get this error? If so, could you share your route configuration for this cgmconfigadmin route? First thing would be to verify...

Hi @Celtico , your QuAdmin app looks neat. I'd like CgmConfigAdmin to be flexible enough for integrating into any project. Can you point me to some examples on how other...

That sounds like a great idea.

This is great, thank you. I think it'd be nice to include in the same repo if it can be an optional setting for those not using Doctrine. You've earned...

I've updated the `develop` branch. It can be used for integrating, if needed.

@sundbry Wow, this looks great! Any interest in taking ownership of this project and repo?