summaryrefslogtreecommitdiff
path: root/server/xml/macros/egen_brille-1.0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/egen_brille-1.0.xml')
-rw-r--r--server/xml/macros/egen_brille-1.0.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/server/xml/macros/egen_brille-1.0.xml b/server/xml/macros/egen_brille-1.0.xml
index f705d0d..964aaeb 100644
--- a/server/xml/macros/egen_brille-1.0.xml
+++ b/server/xml/macros/egen_brille-1.0.xml
@@ -51,11 +51,11 @@
then
value = ''
timestamp = missing_eye_odxt.timestamp
- source = missing_eye_odxt.kilde
+ source = missing_eye_odxt.source
else
value = 'mangler'
timestamp = missing_eye_odxt.timestamp
- source = missing_eye_odxt.kilde
+ source = missing_eye_odxt.source
end
end
return value, timestamp, source
@@ -71,11 +71,11 @@
then
value = ''
timestamp = missing_eye_osin.timestamp
- source = missing_eye_osin.kilde
+ source = missing_eye_osin.source
else
value = 'mangler'
timestamp = missing_eye_osin.timestamp
- source = missing_eye_osin.kilde
+ source = missing_eye_osin.source
end
end
return value, timestamp, source
@@ -92,7 +92,7 @@
-- convert . to ,
value = string.gsub(value, '[.]', ',')
timestamp = brillemaaler.sf.timestamp.osin
- source = brillemaaler.sf.kilde.osin
+ source = brillemaaler.sf.osin.source
end
return value, timestamp, source
</map>
@@ -108,7 +108,7 @@
-- convert . to ,
value = string.gsub(value, '[.]', ',')
timestamp = brillemaaler.cyl.timestamp.osin
- source = brillemaaler.cyl.kilde.osin
+ source = brillemaaler.cyl.osin.source
end
return value, timestamp, source
</map>
@@ -124,7 +124,7 @@
-- convert . to ,
value = string.gsub(value, '[.]', ',')
timestamp = brillemaaler.sf.timestamp.odxt
- source = brillemaaler.sf.kilde.odxt
+ source = brillemaaler.sf.odxt.source
end
return value, timestamp, source
</map>
@@ -140,7 +140,7 @@
-- convert . to ,
value = string.gsub(value, '[.]', ',')
timestamp = brillemaaler.cyl.timestamp.odxt
- source = brillemaaler.cyl.kilde.odxt
+ source = brillemaaler.cyl.odxt.source
end
return value, timestamp, source
</map>