ioBroker.socketio
ioBroker.socketio copied to clipboard
This adapter allows to communicate different web applications with ioBroker.
Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 2.5.0 to 4.7.5. Release notes Sourced from socket.io-client's releases. 4.7.5 Bug Fixes discard acknowledgements upon disconnection (34cbfbb) Links Diff: https://github.com/socketio/socket.io-client/compare/4.7.4...4.7.5 Server release: 4.7.5 engine.io-client@~6.5.2 (no change) ws@~8.11.0...
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.5.0 to 4.7.5. Release notes Sourced from socket.io's releases. 4.7.5 Bug Fixes close the adapters when the server is closed (bf64870) remove duplicate pipeline when serving bundle...
Bumps [gulp](https://github.com/gulpjs/gulp) from 4.0.2 to 5.0.0. Release notes Sourced from gulp's releases. gulp v5.0.0 We've tried to provide a high-level changelog for gulp v5 below, but it doesn't contain all...
Hallo zusammen, beim Update bekomme ich folgende Fehlermeldung: `$ iobroker upgrade [email protected] Update socketio from @6.6.0 to @6.6.1 host.iobroker Adapter "system.adapter.socketio.0" is stopped. NPM version: 10.5.0 Installing [email protected]... (System call)...
❗ [E116] No SPDX license found. Please use one of listed here: https://spdx.org/licenses/ ❗ [E117] Licenses in [package.json](https://github.com/ioBroker/ioBroker.socketio/blob/master/package.json) and in [io-package.json](https://github.com/ioBroker/ioBroker.socketio/blob/master/io-package.json) are different ❗ [E510] "/admin/i18n/uk/translations.json" or "admin/i18n/uk.json" not found,...
❗ [E510] "/admin/i18n/uk/translations.json" or "admin/i18n/uk.json" not found, but admin support is declared 👀 [W171] "common.title" is deprecated in [io-package.json](https://github.com/ioBroker/ioBroker.socketio/blob/master/io-package.json) 👀 [W105] "common.titleLang" should be translated into all supported languages (en,...
Hallo, der Adapter ist von der Grundidee ziemlich gut, allerdings ist die Performance schlecht. Alleine der Verbindungsaufbau benötigt mehrere Sekunden: Gibt es ein paar Performance Tips? Eingebunden ist es in...
Hello, currently it's not possible to create a state with the adapter. Is it possible to add the "createState" functionality? Thanks and BR
I was looking for some kind of documentation on how to use the authentication that can be enabled in the settings. I am using the ServConn example to sync iobroker...
**From the readme file:** getStates function (IDs, callback) get the states of more than one state. This command normally is called after the connection is established to get the actual...