Versions in this module Expand all Collapse all v1 v1.9.1 Mar 9, 2022 Changes in this version + func Check(client Client) (err error) + type Attribute struct + Attribute string + InstanceID int + Val interface{} + type Client struct + Formatted bool + PluginID string + Token string + func GetClient(c Client) (Client, error) + func (c *Client) Discover() (err error) + func (c *Client) GetAttributes(identify string) (err error) + func (c *Client) SetAttributes(identify string, attr ...Attribute) (err error) + type Conn struct + func GetConn(host string, rawQuery string) (c Conn, err error) + func (c *Conn) Read() (msg []byte, err error) + func (c *Conn) Write(msg string) error + type MsgDiscover struct + Domain string + ID int + Service string + type MsgGetAttribute struct + Domain string + ID int + Identity string + Service string + type MsgSetAttribute struct + type ServiceData struct + Attributes []Attribute