Carlos Ravelo
Carlos Ravelo
Don't inject it on the class but pass it along to each action method like klein does: ``` class HomeController extends Controller { public function homeAction($req, $resp, $service, $app) {...
The parameters are optional if you are not going to use them then don't put them on the method signature. On Feb 1, 2016 2:45 PM, "Anıl ÜNAL" [email protected] wrote:...
@abdallas would this work? https://github.com/stjohnjohnson/smartthings-mqtt-bridge/pull/84
> @jakerobb `kubectl get ... && break` will not work because `kubectl` will exit `0` when no resources are found. > > ```shell > $ kubectl version > Client Version:...
> @gandazgul What is your `kubectl version`? > > ``` > $ kubectl get pod which-does-not-exist > Error from server (NotFound): pods "which-does-not-exist" not found > $ echo $? >...
It depends on the device. First make sure you select the device you want to control in the Smart App. Then see if the device capability you are trying to...
I'm working on this one.
@stjohnjohnson this would be a nice one to merge.
There's currently no capability for atmospheric pressure in https://docs.smartthings.com/en/latest/capabilities-reference.html the bridge currently only supports available capabilities. There might be a way to support custom ones.