summaryrefslogtreecommitdiff
path: root/src/nanolight.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-06-11 23:15:38 +0200
committerThomas White <taw@physics.org>2019-06-11 23:21:03 +0200
commite1adc561967013d7b775e807cd56bfa19fcdca6b (patch)
tree5eb620978df5448c3fc8ffe0d9e09391811e56bd /src/nanolight.h
parent184c8d4042517c817fe1d1932e2316b921fd197f (diff)
Add strobe/shutter attribute
Diffstat (limited to 'src/nanolight.h')
-rw-r--r--src/nanolight.h3
1 files changed, 2 insertions, 1 deletions
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
};