Nut - v1.0.0
    Preparing search index...

    Interface RawNUTClientEvents

    interface RawNUTClientEvents {
        connected: () => void;
        disconnected: () => void;
    }
    Index
    connected: () => void

    Emitted when the TCP connection is successfully established.

    disconnected: () => void

    Emitted when the connection is lost (socket closed after being connected).