Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryMetadata ¶
CategoryMetadata represents an accessory category metadata entry
type CharacteristicMetadata ¶
type CharacteristicMetadata struct {
Constraints interface{} `json:Constraints,omitempty`
Format string
Name string
Permissions []string
Properties []string `json:Properties,omitempty`
UUID string
Unit string `json:Unit,omitempty`
}
CharacteristicMetadata represents a characteristic metadata entry
type Metadata ¶
type Metadata struct {
Categories []*CategoryMetadata
Characteristics []*CharacteristicMetadata
Services []*ServiceMetadata
}
Metadata represents the data in a HomeKit metadata file
Click to show internal directories.
Click to hide internal directories.