All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.zeroone3010.yahueapi.Scene Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc
Show newest version
package io.github.zeroone3010.yahueapi;

/**
 * A scene that has been configured into the Hue Bridge.
 *
 * @since 1.3.0
 */
public interface Scene {
  /**
   * Activates this scene.
   */
  void activate();

  /**
   * Returns the name of the scene, e.g. "Tropical twilight" or "Concentrate".
   *
   * @return Name of the scene.
   */
  String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy