Mark de Groot

Results 50 comments of Mark de Groot

Quick actions when in-call like transfer, hold, end would be convenient in the menu bar menu.

This would be interesting for my project as well. Any update on the new version? When can we expect it?

The NPM version of this module is outdated. You can install the latest version where this issue is fixed: `npm install https://github.com/nayrnet/node-hikvision-api.git --save` Also you'll want to install the missing...

Most commands on custom devices like `balena config generate --fleet FleetWithCustomDevice --version 2.98.12 --dev --debug` fail when calling SDK function [config.ts: getDeviceTypeManifestBySlug()](https://github.com/balena-io/balena-sdk/blob/778517fda13d23eb189f031736a88c5d9f5c5088/lib/models/config.ts#L189) which executes an api call to `/device-types/v1`. Looking...

See: https://forums.balena.io/t/supported-devices-in-open-balena/357665/20

I've added the docker compose file in the description. I'm just running the latest version of the docker image. When I start the container manually, it works fine. Only when...

Probably, but what service could this be? It is a single docker container which should be self-sufficient.

code-inspector says `Function create_wlan is too long. Consider refactoring.`, not sure how to fix this.

I've renamed the `$vlan_id` parameter to `$networkconf_id` for clarity. In my implementation you can either use `$networkconf_id` for controllers version 6 or `$vlan` for version 5 controllers. If you don't...