Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RingDeviceInfo ¶
type RingDeviceInfo struct {
Message string `json:"msg"`
DataType string `json:"datatype"`
Sequence int `json:"seq"`
Source string `json:"src"`
Body []httputil.Body `json:"body"`
SessionID int64 `json:"sessionId"`
Status int `json:"status"`
Context httputil.Context `json:"context"`
}
RingDeviceInfo represents the raw websocket respone from Ring Alarm WebService
func ActiveDevices ¶
func ActiveDevices(connection httputil.RingWSConnection) (*RingDeviceInfo, error)
ActiveDevices - Find all active devices in the Ring Alarm account.
Click to show internal directories.
Click to hide internal directories.