@metz-connect/node-red-ewio2
Version:
Provides nodes to access EWIO2 interfaces like IOs and metering - from Node-RED
19 lines (17 loc) • 717 B
JavaScript
class ConnectedState {
// Private Fields
static
static
static
static
static
static
// Accessors for "get" functions only (no "set" functions)
static get IDLE() { return this.
static get NOT_CONNECTED() { return this.
static get REST_API_CONNECTING() { return this.
static get REST_API_CONNECTED() { return this.
static get WEBSOCKET_OPEN() { return this.
static get CONNECTED() { return this.
}
module.exports = ConnectedState