Skip to content

Commit

Permalink
Prepare bedroom loop
Browse files Browse the repository at this point in the history
  • Loading branch information
claes committed Nov 27, 2024
1 parent c9e6cba commit be24f7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/regelverk-hub/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ func main() {
config, debug, dryRun := internal.ParseConfig()

loops := []internal.ControlLoop{
//&tvLoop{},
&internal.LivingroomLoop{},
&internal.KitchenLoop{},
&internal.TVLoop{},
//&internal.TvAudioLoop{},
&internal.BedroomLoop{},
//&internal.MpdLoop{},
&internal.CecLoop{},
&internal.WebLoop{},
Expand Down

0 comments on commit be24f7b

Please sign in to comment.