Peter Murray

Results 112 comments of Peter Murray

The bridge `getCachedState()` returns a promise for the bridge that should only resolve once the initial connection and configuration has been loaded from the bridge. When you call the `connectLocal()`...

The API is different for the creation of the users with respect to the parameters, that is what the check is doing at the point that it is trying to...

@benbucksch Do you have anything more on this? If not I will close out this issue as I cannot reproduce it.

Your fix that you suggest just pushes problems further down and other stuff will blow up later in use (I cannot see how we don't get a cache loaded). The...

There are multiple scene types in the hue bridge; * GroupScene * LightScene The `LightScene` is not valid (as per the Hue documentation) if it does not have any lights...

The 4.x versions of the library adopted the type system that I was using in the http calls to the bridge object model, this means I can validate data earlier,...

Touchlink is related to bluetooth pairing isn't it? If so that does not utilize the bridge. Once you have a bridge things change a little, there is an endpoint for...

dgram functionality is not possible from client as noted and is only part of the older upnp lookups, if you don’t use discovery, it does not feature. Node-mbed-dtls-client was only...

I have taken a look at the `get-ssl-certificate` and it is really only a single file that provides the ability to read the certificate, it does use `https`, but it...

Thanks, that provides me with some good context. This has been used in the browser before, I had a user utilizing it there, but that was under the `2.x` versions....