Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BraviaTV ¶
type BraviaTV struct {
Address string
Envelope Envelope
Pin string
Mac string
Commands map[string]string
Connected bool
}
func (*BraviaTV) GetCommands ¶
func (*BraviaTV) PrintCodes ¶
func (tv *BraviaTV) PrintCodes()
func (*BraviaTV) SendCommand ¶
type CodeResponse ¶
type CodeResponse struct {
ID int `json:"id"`
RawResult []json.RawMessage `json:"result"`
Header *Header `json:"-"`
Values []*Value `json:"-"`
}
type Envelope ¶
Click to show internal directories.
Click to hide internal directories.