From e1adc561967013d7b775e807cd56bfa19fcdca6b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 11 Jun 2019 23:15:38 +0200 Subject: Add strobe/shutter attribute --- src/nanolight.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/nanolight.h') diff --git a/src/nanolight.h b/src/nanolight.h index 67db396..d3ceb27 100644 --- a/src/nanolight.h +++ b/src/nanolight.h @@ -33,7 +33,8 @@ enum attr_class { ATT_INTENSITY, ATT_PAN, - ATT_TILT + ATT_TILT, + ATT_STROBE }; -- cgit v1.2.3