View Source Grizzly.ZWave.CommandClasses.CentralScene (grizzly v7.4.1)

"CentralScene" Command Class

The Central Scene Command Class is used to communicate central scene activations to a central controller

Summary

Types

@type key_attribute() ::
  :key_pressed_1_time
  | :key_released
  | :key_held_down
  | :key_pressed_2_times
  | :key_pressed_3_times
  | :key_pressed_4_times
  | :key_pressed_5_times
@type key_attributes() :: [key_attribute()]

Functions

Link to this function

key_attribute_from_bit_index(arg1, arg2)

View Source
Link to this function

key_attribute_from_byte(byte)

View Source
Link to this function

key_attribute_to_bit_index(atom)

View Source
Link to this function

key_attribute_to_byte(key_attribute)

View Source
Link to this function

validate_supported_key_attributes(supported_attribute_keys, supported_scenes, identical?)

View Source