Class: Instance

dto~ Instance

This type represents an OmniScript instance on the network.

new Instance()

Constructor, creates a new instance of this type.

Members

devices :Array.<string>

A list of device UUID's present on this system.

hostName :string

The hostname as returned by the operating system of the server hosting OmniScript.

socketPort :number

The port which the plaintext web socket is being hosted. Value should be -1 if no plaintext websocket server is running.

sslSocketPort :number

The port which the SSL encrypted websocket is being hosted on. Value should be -1 if no encrypted websocket server is running.