Versions in this module Expand all Collapse all v0 v0.1.160 Apr 8, 2021 Changes in this version + const Base64Encoding + const Down + const ENotation + const Locked + const Unknown + const Unlocked + const Up + type AdminState string + type AutoEvent struct + Frequency string + OnChange bool + Resource string + type BaseReading struct + Created int64 + DeviceName string + Id string + Origin int64 + ProfileName string + ResourceName string + ValueType string + type BinaryReading struct + BinaryValue []byte + MediaType string + func (b BinaryReading) GetBaseReading() BaseReading + type Command struct + Get bool + Name string + Put bool + type Device struct + AdminState AdminState + AutoEvents []AutoEvent + Description string + Id string + Labels []string + LastConnected int64 + LastReported int64 + Location interface{} + Name string + Notify bool + OperatingState OperatingState + ProfileName string + Protocols map[string]ProtocolProperties + ServiceName string + type DeviceProfile struct + CoreCommands []Command + Description string + DeviceCommands []ProfileResource + DeviceResources []DeviceResource + Id string + Labels []string + Manufacturer string + Model string + Name string + type DeviceResource struct + Attributes map[string]string + Description string + Name string + Properties PropertyValue + Tag string + type DeviceService struct + AdminState AdminState + BaseAddress string + Description string + Id string + Labels []string + LastConnected int64 + LastReported int64 + Name string + type Event struct + Created int64 + DeviceName string + Id string + Origin int64 + ProfileName string + Readings []Reading + Tags map[string]string + type OperatingState string + type ProfileResource struct + Get []ResourceOperation + Name string + Set []ResourceOperation + type PropertyValue struct + Assertion string + Base string + DefaultValue string + Mask string + Maximum string + MediaType string + Minimum string + Offset string + ReadWrite string + Scale string + Shift string + Type string + Units string + type ProtocolProperties map[string]string + type ProvisionWatcher struct + AdminState AdminState + AutoEvents []AutoEvent + BlockingIdentifiers map[string][]string + Id string + Identifiers map[string]string + Labels []string + Name string + ProfileName string + ServiceName string + type Reading interface + GetBaseReading func() BaseReading + type ResourceOperation struct + DeviceResource string + Mappings map[string]string + Parameter string + type SimpleReading struct + Value string + func (s SimpleReading) GetBaseReading() BaseReading + type Timestamps struct + Created int64 + Modified int64