give up for now

This commit is contained in:
legop3
2026-01-15 12:23:03 -05:00
parent 655fed4326
commit 5b9167ab2a
17 changed files with 49 additions and 651 deletions
-6
View File
@@ -29,7 +29,6 @@ type inboundMessage struct {
TTS *ttsPayload `json:"tts,omitempty"`
NightVision *nightVisionPayload `json:"nightVision,omitempty"`
Song *songPayload `json:"song,omitempty"`
IR *irPayload `json:"ir,omitempty"`
}
type driveDirectPayload struct {
@@ -80,11 +79,6 @@ type songNote struct {
Duration int `json:"duration"`
}
type irPayload struct {
Code int `json:"code"`
Repeat int `json:"repeat,omitempty"`
}
type ackMessage struct {
Type string `json:"type"`
ID string `json:"id"`