Versions in this module Expand all Collapse all v1 v1.0.0 Aug 2, 2023 Changes in this version + type APIConfig struct + Config config.Config + Key string + Script string + type PointValue struct + PointName string + Type string + Value interface{} + type ScriptResult struct + DeviceName string + PointValues []PointValue + type SendPointValues struct + DeviceName string + Mode string + Values []PointValue + func (s SendPointValues) ToJson() string + type SendRequest struct + DeviceName string + PointValues []PointValue + Type string