Standard Traits

The standard Splot traits are traits that represent common thing behaviors. For example, lots of things have the ability to turn them on or off, so this collection defines the OnOff trait.

  • OnOff: Trait for things that can be turned on or off.
  • Level: Trait for things that have a continuous value between 0% and 100%, such as lights, shades, or speed controllers.
  • Light: Trait that identifies lights, including full-color lights.
  • Enabled: Trait for things that can be enabled or disabled.
  • Energy: Trait for things that need to describe, keep track of, or provide limits on energy consumption.
  • Battery: Trait for things that have batteries/cells.
  • AmbientEnvironment: Trait for things that monitor temperature, pressure, humidity, and/or light level.