Michael Bisbjerg

Results 89 issues of Michael Bisbjerg

To get more details, view the status, see comments, etc.. you need to be on the webpage.. But to do so, you'll have to find the given package, again, on...

Enhancement

**Is your feature request related to a problem? Please describe.** I sometimes experience delays in operations of devices. Usually, it works fine - but if I stress the system (many...

enhancement

**Version** Build/Run method - [x] Docker - [ ] PKG - [ ] Manually built (git clone - npm install - npm run build ) Zwave2Mqtt version: 3.2.1 Openzwave Version:...

bug
no-stale

**Is your feature request related to a problem? Please describe.** When working with multi-endpoint or multi-instance devices, where each instance is a replica of other instances (f.ex. buttons on a...

enhancement

**Is your feature request related to a problem? Please describe.** I've acquired three Aeotec door/window sensor 6's, and I'd like to configure them in the same fashion (send X when...

enhancement

`GetTvShowChangesAsync` has less parameters than the [api docs](https://developers.themoviedb.org/3/tv/get-tv-changes) describe. Other methods are likely also missing parameters.

enhancement

From @mpfc75: > Thanks for your reply. > GetMovieChangesAsync returns Task > GetTvEpisodeChangesAsync returns Task > GetTvSeasonChangesAsync returns Task > > GetTvShowChangesAsync returns Task (not IList). These could all be...

enhancement

On the V4's documentation page, there are links to OAS / RAML specs for the API. We could generate a lot of code from these specifications, and then code the...

This is a tricky one, as Multi-search will return one of three objects (movie, tvshow or person), depending on the result. We might be able to reduce the `SearchMulti` type...

It's come to my attention that the Timeouts given to HttpClient (CancellationTokens) only apply to the actual request, and up till the response is "ready". Once the response is being...