Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConverterExtension ¶
type ConverterExtension = models.ConverterExtension
type Deployment ¶ added in v0.0.28
type Deployment struct {
models.Deployment
UserId string
}
type DeviceGroup ¶
type DeviceGroup = models.DeviceGroup
type DeviceTypeSelectable ¶
type DeviceTypeSelectable struct {
DeviceTypeId string `json:"device_type_id,omitempty"`
Services []models.Service `json:"services,omitempty"`
ServicePathOptions map[string][]ServicePathOption `json:"service_path_options,omitempty"`
}
type FilterCriteria ¶
type GroupEventDescription ¶
type GroupEventDescription struct {
GenericEventSource *models.GenericEventSource
ImportId string
Path string
DeviceGroupId string
DeviceIds []string //optional
EventId string
DeploymentId string
FunctionId string
AspectId string
FlowId string
OperatorValue string
CharacteristicId string
UseMarshaller bool
}
type PathAndCharacteristic ¶
type ServicePathOption ¶
type ServicePathOption struct {
ServiceId string `json:"service_id"`
Path string `json:"path"`
CharacteristicId string `json:"characteristic_id"`
//AspectNode AspectNode `json:"aspect_node"`
FunctionId string `json:"function_id"`
IsVoid bool `json:"is_void"`
Value interface{} `json:"value,omitempty"`
IsControllingFunction bool `json:"is_controlling_function"`
}
Click to show internal directories.
Click to hide internal directories.