Yoann Brieux

Results 5 comments of Yoann Brieux

Hi, It's a symfony/maker-bundle issue, not directly API Platform. An issue has been created here : https://github.com/symfony/maker-bundle/issues/1198

This issue has beed fixed with v1.46.0 of symfony/maker-bundle https://github.com/symfony/maker-bundle/blob/v1.46.0/CHANGELOG.md

Hi @soyuka & @OskarStark , The service is aliased, but I think @OskarStark implements a class with this interface.

Hi, I have a solution for you, because I was facing the same issue, and found a workaround on 3.0.0-rc2. `services.yaml` : ```yaml api_platform.message_bus: alias: App\Messenger\ApiPlatformBusSelector ```` `src\Messenger\ApiPlatformBusSelector` : ```php

You can use this CLI command to enable or disable alarm : `miio protocol call set_arming '["on"]'` `miio protocol call set_arming '["off"]'`