# HG changeset patch # User drewp@bigasterisk.com # Date 2017-06-10 02:06:00 # Node ID 6d9c575200dd8df61f8a979ac83f14881111646e # Parent 6e06a4955ef2b0e1fcc355907d7eda2e14570970 don't need 'open' gobo choice since it defaults to 0 Ignore-this: ab2d773079b08cff11074e6921de84bd diff --git a/show/dance2017/deviceClass.n3 b/show/dance2017/deviceClass.n3 --- a/show/dance2017/deviceClass.n3 +++ b/show/dance2017/deviceClass.n3 @@ -16,7 +16,7 @@ :goboSpeed a :DeviceAttr; rdfs:label "goboSpeed"; :dataType :scalar ; rdfs:comment "0=stopped, 1=rotate the fastest". :quantumGoboChoice a :DeviceAttr; rdfs:label "gobo"; :dataType :choice; - :choice :open, :spider, :windmill, :limbo, :brush, :whirlpool, :stars . + :choice :spider, :windmill, :limbo, :brush, :whirlpool, :stars . :mini15GoboChoice a :DeviceAttr; rdfs:label "gobo"; :dataType :choice; :choice :mini15Gobo1, :mini15Gobo2, :mini15Gobo3, :mini15Gobo4, :mini15Gobo5, :mini15Gobo6, :mini15Gobo7, :mini15Gobo8, :mini15Gobo9, :mini15Gobo10 .