Documentation
¶
Index ¶
Constants ¶
View Source
const ( IMMEDIATE_RETRIEVAL = "IMMEDIATE_RETRIEVAL" INTERVAL_RETRIEVAL = "INTERVAL_RETRIEVAL" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateModel ¶
type ControllCommandModel ¶
type ControllCommandModel struct {
models.ServiceDefinition
}
type DigitalTwinModel ¶
type DigitalTwinModel struct {
CertificateId string `json:"certificateId"`
SensedProperties []SensedPropertyModel `json:"sensedProperties"`
ControlCommands []ControllCommandModel `json:"controlCommands"`
PhysicalTwinConnectionModel PhysicalTwinConnectionModel `json:"physicalTwinConnection"`
}
type PhysicalTwinConnectionModel ¶
type PhysicalTwinConnectionModel struct {
ConnectionType PhysicalTwinConnectionType `json:"connectionType"`
ConnectionModel map[string]any `json:"connectionModel"`
}
type PhysicalTwinConnectionType ¶
type PhysicalTwinConnectionType string
const (
SIMPLE_COAP PhysicalTwinConnectionType = "simple-CoAP"
)
type SensedPropertyModel ¶
type SensedPropertyModel struct {
models.ServiceDefinition
SensorEndpointMode SensorEndpointMode `json:"sensorEndpointMode"`
IntervalTime int `json:"intervalTime"`
}
type SensorEndpointMode ¶
type SensorEndpointMode string
Click to show internal directories.
Click to hide internal directories.