Skip to content

Commit

Permalink
add example description
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdgeisler committed Nov 25, 2022
1 parent 2d79a55 commit b57061d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.util.stream.Stream;

/**
*
* Use Controllers and Sensors to trigger Scenes
*/
@SpringBootApplication
@ComponentScan(basePackageClasses = {DirigeraApi.class})
Expand Down Expand Up @@ -72,7 +72,7 @@ private Stream<Scene> createDummyScenes(final Device device) {
return Stream.of(
this.createDummyScene(device, 0),
this.createDummyScene(device, 1),
this.createDummyScene(device, 2));
this.createDummyScene(device, 2)); // button 3 raises an error on the dirigera
}

@Bean
Expand Down

0 comments on commit b57061d

Please sign in to comment.