CB
CB
Great library!! It works finally!!! Thank you! Minor thing: command control?cmd=heatpumpir,midea,1,2,0,26,6,0 sets AC to display 80F at the device, not to 26C. I think some bit is not set up...
I am getting next error when using @Security with External type declaration. Version: 5.0.3 "array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements" vendor/thecodingmachine/graphqlite/src/Middlewares/SecurityFieldMiddleware.php:132...
In http client zendframework/zend-http/src/Client.php:1231 $body request is created using http_build_query function. $body = http_build_query($this->getRequest()->getPost()->toArray()); Problem is that separator can be changed via ini_set('arg_separator.output', 'some other'); and this will break http...