Documentation ¶
Index ¶
Constants ¶
View Source
const CommandGet cc.CommandID = 0x02
View Source
const CommandOff cc.CommandID = 0x05
View Source
const CommandOn cc.CommandID = 0x04
View Source
const CommandReport cc.CommandID = 0x03
View Source
const CommandSet cc.CommandID = 0x01
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Get ¶
type Get struct { }
<no value>
func (Get) CommandClassID ¶
func (cmd Get) CommandClassID() cc.CommandClassID
func (Get) CommandIDString ¶
func (*Get) MarshalBinary ¶
func (*Get) UnmarshalBinary ¶
type Off ¶
type Off struct { }
<no value>
func (Off) CommandClassID ¶
func (cmd Off) CommandClassID() cc.CommandClassID
func (Off) CommandIDString ¶
func (*Off) MarshalBinary ¶
func (*Off) UnmarshalBinary ¶
type On ¶
type On struct { }
<no value>
func (On) CommandClassID ¶
func (cmd On) CommandClassID() cc.CommandClassID
func (On) CommandIDString ¶
func (*On) MarshalBinary ¶
func (*On) UnmarshalBinary ¶
type Report ¶
type Report struct {
Mode byte
}
<no value>
func (Report) CommandClassID ¶
func (cmd Report) CommandClassID() cc.CommandClassID
func (Report) CommandIDString ¶
func (*Report) MarshalBinary ¶
func (*Report) UnmarshalBinary ¶
type Set ¶
type Set struct {
Mode byte
}
<no value>
func (Set) CommandClassID ¶
func (cmd Set) CommandClassID() cc.CommandClassID
func (Set) CommandIDString ¶
func (*Set) MarshalBinary ¶
func (*Set) UnmarshalBinary ¶
Click to show internal directories.
Click to hide internal directories.