21#ifndef LSH_CORE_UTIL_CONSTANTS_CLICK_TYPES_HPP
22#define LSH_CORE_UTIL_CONSTANTS_CLICK_TYPES_HPP
Namespace that groups compile-time constants.
Definition config.hpp:33
SuperLongClickType
Super long click behaviors.
Definition click_types.hpp:60
@ SELECTIVE
Turns off a list of selected unprotected actuators.
LongClickType
Long click behaviors.
Definition click_types.hpp:48
@ NORMAL
Turns on or off secondary attached actuators based on how many are on or off.
@ ON_ONLY
Turns on secondary attached actuators.
@ OFF_ONLY
Turns off secondary attached actuators.
NoNetworkClickType
Fallback for a network click that expired or receives a failover.
Definition click_types.hpp:71
@ LOCAL_FALLBACK
Apply local logic.
ClickType
Clickable (like button) click types.
Definition click_types.hpp:36
@ SUPER_LONG
Super long click.
@ NONE
Never use this, it's just a default parameter.