Versions in this module Expand all Collapse all v0 v0.1.160 Apr 8, 2021 v0.1.59 Apr 9, 2021 Changes in this version + type CommandClient interface + Get func(ctx context.Context, deviceId string, commandId string) (string, error) + GetDeviceCommandByNames func(ctx context.Context, deviceName string, commandName string) (string, error) + Put func(ctx context.Context, deviceId string, commandId string, body string) (string, error) + PutDeviceCommandByNames func(ctx context.Context, deviceName string, commandName string, body string) (string, error) + func NewCommandClient(urlClient interfaces.URLClient) CommandClient