Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { Connection *websocket.Conn Configuration *environment.Configuration Gateway gateways.Gateway Services *services.Services ClientID string Connected bool }
func NewHandler ¶
func NewHandler( configuration *environment.Configuration, gateway gateways.Gateway, services *services.Services, clientID string, ) *Handler
func (*Handler) HandleCommand ¶
func (h *Handler) HandleCommand()
func (*Handler) KeepConnection ¶
func (h *Handler) KeepConnection()
func (*Handler) SendDeviceSpecs ¶
func (*Handler) ServerIsAvailable ¶
Click to show internal directories.
Click to hide internal directories.