Documentation ¶
Index ¶
- Constants
- func NewGet() cc.Command
- func NewReport() cc.Command
- func NewSet() cc.Command
- func NewStartLevelChange() cc.Command
- func NewStopLevelChange() cc.Command
- func NewSupportedGet() cc.Command
- func NewSupportedReport() cc.Command
- type Get
- type Report
- type Set
- type SetVg1
- type StartLevelChange
- func (cmd StartLevelChange) CommandClassID() cc.CommandClassID
- func (cmd StartLevelChange) CommandID() cc.CommandID
- func (cmd StartLevelChange) CommandIDString() string
- func (cmd *StartLevelChange) MarshalBinary() (payload []byte, err error)
- func (cmd *StartLevelChange) UnmarshalBinary(data []byte) error
- type StopLevelChange
- func (cmd StopLevelChange) CommandClassID() cc.CommandClassID
- func (cmd StopLevelChange) CommandID() cc.CommandID
- func (cmd StopLevelChange) CommandIDString() string
- func (cmd *StopLevelChange) MarshalBinary() (payload []byte, err error)
- func (cmd *StopLevelChange) UnmarshalBinary(data []byte) error
- type SupportedGet
- type SupportedReport
- func (cmd SupportedReport) CommandClassID() cc.CommandClassID
- func (cmd SupportedReport) CommandID() cc.CommandID
- func (cmd SupportedReport) CommandIDString() string
- func (cmd *SupportedReport) MarshalBinary() (payload []byte, err error)
- func (cmd *SupportedReport) UnmarshalBinary(data []byte) error
Constants ¶
View Source
const CommandGet cc.CommandID = 0x03
View Source
const CommandReport cc.CommandID = 0x04
View Source
const CommandSet cc.CommandID = 0x05
View Source
const CommandStartLevelChange cc.CommandID = 0x06
View Source
const CommandStopLevelChange cc.CommandID = 0x07
View Source
const CommandSupportedGet cc.CommandID = 0x01
View Source
const CommandSupportedReport cc.CommandID = 0x02
Variables ¶
This section is empty.
Functions ¶
func NewStartLevelChange ¶
func NewStopLevelChange ¶
func NewSupportedGet ¶
func NewSupportedReport ¶
Types ¶
type Get ¶
type Get struct {
ColorComponentId byte
}
<no value>
func (Get) CommandClassID ¶
func (cmd Get) CommandClassID() cc.CommandClassID
func (Get) CommandIDString ¶
func (*Get) MarshalBinary ¶
func (*Get) UnmarshalBinary ¶
type Report ¶
<no value>
func (Report) CommandClassID ¶
func (cmd Report) CommandClassID() cc.CommandClassID
func (Report) CommandIDString ¶
func (*Report) MarshalBinary ¶
func (*Report) UnmarshalBinary ¶
type Set ¶
<no value>
func (Set) CommandClassID ¶
func (cmd Set) CommandClassID() cc.CommandClassID
func (Set) CommandIDString ¶
func (*Set) MarshalBinary ¶
func (*Set) UnmarshalBinary ¶
type StartLevelChange ¶
type StartLevelChange struct { Properties1 struct { Res1 byte IgnoreStartState bool Updown bool Res2 bool } ColorComponentId byte StartLevel byte Duration byte }
<no value>
func (StartLevelChange) CommandClassID ¶
func (cmd StartLevelChange) CommandClassID() cc.CommandClassID
func (StartLevelChange) CommandID ¶
func (cmd StartLevelChange) CommandID() cc.CommandID
func (StartLevelChange) CommandIDString ¶
func (cmd StartLevelChange) CommandIDString() string
func (*StartLevelChange) MarshalBinary ¶
func (cmd *StartLevelChange) MarshalBinary() (payload []byte, err error)
func (*StartLevelChange) UnmarshalBinary ¶
func (cmd *StartLevelChange) UnmarshalBinary(data []byte) error
type StopLevelChange ¶
type StopLevelChange struct {
ColorComponentId byte
}
<no value>
func (StopLevelChange) CommandClassID ¶
func (cmd StopLevelChange) CommandClassID() cc.CommandClassID
func (StopLevelChange) CommandID ¶
func (cmd StopLevelChange) CommandID() cc.CommandID
func (StopLevelChange) CommandIDString ¶
func (cmd StopLevelChange) CommandIDString() string
func (*StopLevelChange) MarshalBinary ¶
func (cmd *StopLevelChange) MarshalBinary() (payload []byte, err error)
func (*StopLevelChange) UnmarshalBinary ¶
func (cmd *StopLevelChange) UnmarshalBinary(data []byte) error
type SupportedGet ¶
type SupportedGet struct { }
<no value>
func (SupportedGet) CommandClassID ¶
func (cmd SupportedGet) CommandClassID() cc.CommandClassID
func (SupportedGet) CommandID ¶
func (cmd SupportedGet) CommandID() cc.CommandID
func (SupportedGet) CommandIDString ¶
func (cmd SupportedGet) CommandIDString() string
func (*SupportedGet) MarshalBinary ¶
func (cmd *SupportedGet) MarshalBinary() (payload []byte, err error)
func (*SupportedGet) UnmarshalBinary ¶
func (cmd *SupportedGet) UnmarshalBinary(data []byte) error
type SupportedReport ¶
type SupportedReport struct {
ColorComponentMask uint16
}
<no value>
func (SupportedReport) CommandClassID ¶
func (cmd SupportedReport) CommandClassID() cc.CommandClassID
func (SupportedReport) CommandID ¶
func (cmd SupportedReport) CommandID() cc.CommandID
func (SupportedReport) CommandIDString ¶
func (cmd SupportedReport) CommandIDString() string
func (*SupportedReport) MarshalBinary ¶
func (cmd *SupportedReport) MarshalBinary() (payload []byte, err error)
func (*SupportedReport) UnmarshalBinary ¶
func (cmd *SupportedReport) UnmarshalBinary(data []byte) error
Click to show internal directories.
Click to hide internal directories.