summaryrefslogtreecommitdiff
path: root/src/command.c
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/command.c
parent184c8d4042517c817fe1d1932e2316b921fd197f (diff)
Add strobe/shutter attribute
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index 62c047b..32c5ce9 100644
--- a/src/command.c
+++ b/src/command.c
@@ -162,6 +162,7 @@ static const char *str_attr(enum attr_class att)
case ATT_INTENSITY : return "intensity";
case ATT_PAN : return "pan";
case ATT_TILT : return "tilt";
+ case ATT_STROBE : return "strobe";
}
return "???";
}