summaryrefslogtreecommitdiff
path: root/server/xml/macros/example.xml
diff options
context:
space:
mode:
authorsenator <senator>2009-11-17 10:43:45 +0000
committersenator <senator>2009-11-17 10:43:45 +0000
commitce08ba4689b54f8e27a5418f490d9c87fe71cc78 (patch)
tree36e1933cd6d58f5f98b6dc37328e7258b1f0544f /server/xml/macros/example.xml
parent1a6bd6fdbfffa6fb120b1464854a95b43221719d (diff)
moved all .osin. instances from any instance containing it to the end of the instance. I have checked to find errors but NOT very thoroughly. The XML files might contain errors, but i will correct these, if any, when i encounter them later on
Diffstat (limited to 'server/xml/macros/example.xml')
-rw-r--r--server/xml/macros/example.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/server/xml/macros/example.xml b/server/xml/macros/example.xml
index d9710ec..eef6a18 100644
--- a/server/xml/macros/example.xml
+++ b/server/xml/macros/example.xml
@@ -16,13 +16,13 @@
-- Check for the existence of each level.
if( lensmeter and
- lensmeter.odxt and
- lensmeter.odxt.cyl and
- lensmeter.odxt.cyl.value and
- lensmeter.odxt.cyl.timestamp )
+ brillemaaler.odxt and
+ brillemaaler.cyl.odxt and
+ brillemaaler.cyl.value.odxt and
+ brillemaaler.cyl.timestamp.odxt )
then
- timestamp = lensmeter.odxt.cyl.value
- value = lensmeter.odxt.cyl.value
+ timestamp = brillemaaler.cyl.value.odxt
+ value = brillemaaler.cyl.value.odxt
end
return value, timestamp, source