@@ -92,12 +93,19 @@
+
+
-
+
+
+
+
+
+
diff --git a/light9/web/paint/paint-report-elements.html b/light9/web/paint/paint-report-elements.html
--- a/light9/web/paint/paint-report-elements.html
+++ b/light9/web/paint/paint-report-elements.html
@@ -25,7 +25,7 @@
Error: {{solution.bestMatch.dist}}
-
+
@@ -102,7 +102,7 @@
font-weight: bold;
}
- {{label}}
+
device attr |
@@ -116,25 +116,7 @@
-
+
diff --git a/show/dance2017/deviceClass.n3 b/show/dance2017/deviceClass.n3
--- a/show/dance2017/deviceClass.n3
+++ b/show/dance2017/deviceClass.n3
@@ -1,21 +1,21 @@
@prefix : .
@prefix rdfs: .
-:color a :DeviceAttr; :dataType :color .
-:rx a :DeviceAttr; :dataType :angle .
-:ry a :DeviceAttr; :dataType :angle .
-:uv a :DeviceAttr; :dataType :scalar .
-:brightness a :DeviceAttr; :dataType :scalar .
-:zoom a :DeviceAttr; :dataType :scalar ;
+:color a :DeviceAttr; rdfs:label "color"; :dataType :color .
+:rx a :DeviceAttr; rdfs:label "rx"; :dataType :angle .
+:ry a :DeviceAttr; rdfs:label "ry"; :dataType :angle .
+:uv a :DeviceAttr; rdfs:label "uv"; :dataType :scalar .
+:brightness a :DeviceAttr; rdfs:label "brightness"; :dataType :scalar .
+:zoom a :DeviceAttr; rdfs:label "zoom"; :dataType :scalar ;
rdfs:comment "maybe make this a separate 'wide to narrow' type" .
-:focus a :DeviceAttr; :dataType :scalar .
-:iris a :DeviceAttr; :dataType :scalar .
-:prism a :DeviceAttr; :dataType :scalar .
-:strobe a :DeviceAttr; :dataType :scalar;
+:focus a :DeviceAttr; rdfs:label "focus"; :dataType :scalar .
+:iris a :DeviceAttr; rdfs:label "iris"; :dataType :scalar .
+:prism a :DeviceAttr; rdfs:label "prism"; :dataType :scalar .
+:strobe a :DeviceAttr; rdfs:label "strobe"; :dataType :scalar;
rdfs:comment "0=none, 1=fastest" .
-:goboSpeed a :DeviceAttr; :dataType :scalar ;
+:goboSpeed a :DeviceAttr; rdfs:label "goboSpeed"; :dataType :scalar ;
rdfs:comment "0=stopped, 1=rotate the fastest".
-:quantumGoboChoice a :DeviceAttr; :dataType :choice;
+:quantumGoboChoice a :DeviceAttr; rdfs:label "quantumGoboChoice"; :dataType :choice;
:choice :open, :spider, :windmill, :limbo, :brush, :whirlpool, :stars .