Documentation ¶
Index ¶
- Variables
- type Auth
- type Devices
- func (this *Devices) GetConcept(conceptId string) (result model.Concept, err error, code int)
- func (this *Devices) GetDeviceGroup(token auth.AuthToken, groupId string) (result model.DeviceGroup, err error, code int)
- func (this *Devices) GetDeviceInfosOfDevices(deviceIds []string) (devices []model.Device, deviceTypeIds []string, err error, code int)
- func (this *Devices) GetDeviceInfosOfGroup(groupId string) (devices []model.Device, deviceTypeIds []string, err error, code int)
- func (this *Devices) GetDeviceTypeSelectables(criteria []model.FilterCriteria) (result []model.DeviceTypeSelectable, err error, code int)
- func (this *Devices) GetDevicesWithIds(token auth.AuthToken, ids []string) (result []model.Device, err error, code int)
- func (this *Devices) GetFunction(functionId string) (result model.Function, err error, code int)
- func (this *Devices) GetService(serviceId string) (result models.Service, err error, code int)
- type FactoryType
Constants ¶
This section is empty.
Variables ¶
View Source
var Factory = &FactoryType{}
Functions ¶
This section is empty.
Types ¶
type Devices ¶
type Devices struct {
// contains filtered or unexported fields
}
func (*Devices) GetConcept ¶
func (*Devices) GetDeviceGroup ¶
func (*Devices) GetDeviceInfosOfDevices ¶
func (*Devices) GetDeviceInfosOfGroup ¶
func (*Devices) GetDeviceTypeSelectables ¶
func (this *Devices) GetDeviceTypeSelectables(criteria []model.FilterCriteria) (result []model.DeviceTypeSelectable, err error, code int)
func (*Devices) GetDevicesWithIds ¶
func (*Devices) GetFunction ¶
type FactoryType ¶
type FactoryType struct{}
func (*FactoryType) New ¶
func (this *FactoryType) New(config config.Config) (interfaces.Devices, error)
Click to show internal directories.
Click to hide internal directories.