Switch Scene

Switches the currently displayed scene on the board.

## function name, you can set this to anything that is unique
func1:
  ## function type
  type: switch_scene
  ## name of scene that the board is going to switch to
  scene: scene2
  ## enable this if you want to switch scenes of a different board
  remote-board: false
  ## the name of the different board you want to switch scenes of
  remote-board-name: 'differentboardname123'

Last updated