Skip to content

Commit

Permalink
Switch cardprofile for snapcast
Browse files Browse the repository at this point in the history
  • Loading branch information
claes committed Dec 10, 2024
1 parent 93c4140 commit 3654f39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/loop-snapcast.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,21 @@ func snapcastOffOutputTmp(sinkInputIndex uint32, sinkName string) []MQTTPublish
Payload: fmt.Sprintf(`{ "Command": "movesink", "SinkInputIndex": %d, "SinkName": "%s" }`, sinkInputIndex, sinkName),
Qos: 2,
Retained: false,
Wait: 1 * time.Second,
Wait: 2 * time.Second,
},
{
Topic: "snapcast/client/livingroom/stream/set",
Payload: "default",
Qos: 2,
Retained: false,
Wait: 1 * time.Second,
Wait: 2 * time.Second,
},
{
Topic: "rotel/command/send",
Payload: "opt1!",
Qos: 2,
Retained: false,
Wait: 1 * time.Second,
Wait: 2 * time.Second,
},
}
return result
Expand Down

0 comments on commit 3654f39

Please sign in to comment.