21#ifndef LSHCORE_UTIL_CONSTANTS_CLICK_TYPES_HPP
22#define LSHCORE_UTIL_CONSTANTS_CLICK_TYPES_HPP
namespace for constants.
Definition config.hpp:33
SuperLongClickType
Super long click behaviors.
Definition clicktypes.hpp:60
@ SELECTIVE
Turns off a list of selected unprotected actuators.
LongClickType
Long click behaviors.
Definition clicktypes.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 clicktypes.hpp:71
@ LOCAL_FALLBACK
Apply local logic.
ClickType
Clickable (like button) click types.
Definition clicktypes.hpp:36
@ SUPER_LONG
Super long click.
@ NONE
Never use this, it's just a default parameter.