Package Exports
- iobroker.socketio
- iobroker.socketio/lib/iobrokersocket.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (iobroker.socketio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ioBroker socket.io adapter
This adapter used by some WEB applications and adapters to communicate with ioBroker.
Changelog
1.2.1 (2015-12-09)
- (bluefox) remove unused parameter "cache"
1.2.0 (2015-11-15)
- (bluefox) add version compatibility check
1.1.0 (2015-11-14)
- (Smiling_Jack) add getHistory
1.0.0 (2015-09-30)
- (bluefox) stop adapter before update
0.4.5 (2015-08-11)
- (bluefox) update packets
0.4.4 (2015-07-07)
- (bluefox) extend writeFile with mode
0.4.3 (2015-07-06)
- (bluefox) add chmodFile
0.4.1 (2015-06-13)
- (bluefox) add default ttl
- (bluefox) enable run from "web" and add permissions check
0.4.0 (2015-06-13)
- (bluefox) add permissions support
0.3.1 (2015-05-19)
- (bluefox) support of subscribe on objectChanged
0.3.0 (2015-04-23)
- (bluefox) enable security
0.2.3 (2015-03-07)
- (bluefox) extend getStates to support list of objects
0.2.2 (2015-02-14)
- (bluefox) fix error with objectChanged event
0.2.0 (2015-01-16)
- (bluefox) make socket usable as module
0.1.6 (2015-01-08)
- (bluefox) support of subscribe for different sockets. Support of socket names. Diagnostic info in socket.0.connected
0.1.5 (2015-01-07)
- (bluefox) fix error with update of states and objects
0.1.4 (2015-01-06)
- (bluefox) support of file manager in vis
0.1.3 (2015-01-02)
- (bluefox) enable adapter by default
0.1.2 (2015-01-02)
- (bluefox) add "request" module to package.json
0.1.1 (2015-01-02)
- (bluefox) enable npm install
0.1.0 (2014-12-28)
- (bluefox) support of read/write files
0.0.5 (2014-12-19)
- (bluefox) support of setObjects command
0.0.4 (2014-12-10)
- (bluefox) support of https sockets
0.0.3 (2014-12-05)
- (bluefox) support of https sockets
0.0.2 (2014-11-24)
- (bluefox) fix error by start
0.0.1 (2014-10-10)
- (bluefox) authentication works
Install
node iobroker.js add socketio