Documentation
¶
Index ¶
- type AspectDeleteOptions
- type AspectUpdateOptions
- type CharacteristicDeleteOptions
- type CharacteristicUpdateOptions
- type ConceptDeleteOptions
- type ConceptUpdateOptions
- type DeviceClassDeleteOptions
- type DeviceClassUpdateOptions
- type DeviceCreateOptions
- type DeviceDeleteOptions
- type DeviceGroupDeleteOptions
- type DeviceGroupUpdateOptions
- type DeviceTypeDeleteOptions
- type DeviceTypeUpdateOptions
- type DeviceUpdateOptions
- type FunctionDeleteOptions
- type FunctionUpdateOptions
- type HubDeleteOptions
- type HubUpdateOptions
- type LocationDeleteOptions
- type LocationUpdateOptions
- type ProtocolDeleteOptions
- type ProtocolUpdateOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AspectDeleteOptions ¶ added in v0.0.10
type AspectDeleteOptions struct {
Wait bool
}
type AspectUpdateOptions ¶ added in v0.0.10
type AspectUpdateOptions struct {
Wait bool
}
type CharacteristicDeleteOptions ¶ added in v0.0.10
type CharacteristicDeleteOptions struct {
Wait bool
}
type CharacteristicUpdateOptions ¶ added in v0.0.10
type CharacteristicUpdateOptions struct {
Wait bool
}
type ConceptDeleteOptions ¶ added in v0.0.10
type ConceptDeleteOptions struct {
Wait bool
}
type ConceptUpdateOptions ¶ added in v0.0.10
type ConceptUpdateOptions struct {
Wait bool
}
type DeviceClassDeleteOptions ¶ added in v0.0.10
type DeviceClassDeleteOptions struct {
Wait bool
}
type DeviceClassUpdateOptions ¶ added in v0.0.10
type DeviceClassUpdateOptions struct {
Wait bool
}
type DeviceCreateOptions ¶ added in v0.0.10
type DeviceCreateOptions struct {
Wait bool
}
type DeviceDeleteOptions ¶ added in v0.0.10
type DeviceDeleteOptions struct {
Wait bool
}
type DeviceGroupDeleteOptions ¶ added in v0.0.10
type DeviceGroupDeleteOptions struct {
Wait bool
}
type DeviceGroupUpdateOptions ¶ added in v0.0.10
type DeviceGroupUpdateOptions struct {
Wait bool
}
type DeviceTypeDeleteOptions ¶ added in v0.0.10
type DeviceTypeDeleteOptions struct {
Wait bool
}
type DeviceTypeUpdateOptions ¶ added in v0.0.10
type DeviceTypeUpdateOptions struct {
Wait bool
}
type DeviceUpdateOptions ¶
type FunctionDeleteOptions ¶ added in v0.0.10
type FunctionDeleteOptions struct {
Wait bool
}
type FunctionUpdateOptions ¶ added in v0.0.10
type FunctionUpdateOptions struct {
Wait bool
}
type HubDeleteOptions ¶ added in v0.0.10
type HubDeleteOptions struct {
Wait bool
}
type HubUpdateOptions ¶ added in v0.0.10
type HubUpdateOptions struct {
Wait bool
}
type LocationDeleteOptions ¶ added in v0.0.10
type LocationDeleteOptions struct {
Wait bool
}
type LocationUpdateOptions ¶ added in v0.0.10
type LocationUpdateOptions struct {
Wait bool
}
type ProtocolDeleteOptions ¶ added in v0.0.10
type ProtocolDeleteOptions struct {
Wait bool
}
type ProtocolUpdateOptions ¶ added in v0.0.10
type ProtocolUpdateOptions struct {
Wait bool
}
Click to show internal directories.
Click to hide internal directories.