From 50d8b89aad9fc4349fb277de9e5620ba27724057 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Wed, 16 Oct 2013 00:48:58 +0000 Subject: [PATCH] roomnames --- go/r3-netstatus/webstatus.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go/r3-netstatus/webstatus.go b/go/r3-netstatus/webstatus.go index 7bd292e..224fdc4 100644 --- a/go/r3-netstatus/webstatus.go +++ b/go/r3-netstatus/webstatus.go @@ -98,15 +98,15 @@ func EventToWeb(ps *pubsub.PubSub) { var tempsensorlocation string switch event.Sensorindex { case 0: - tempsensorlocation = "HHL" + tempsensorlocation = "LoTHR" case 1: - tempsensorlocation = "Gang" + tempsensorlocation = "CX" default: tempsensorlocation = "Sonstwo" } spaceapidata.MergeInSensor(spaceapi.MakeTempCSensor(fmt.Sprintf("Temp%d",event.Sensorindex),tempsensorlocation, event.Value)) case r3events.IlluminationSensorUpdate: - spaceapidata.MergeInSensor(spaceapi.MakeIlluminationSensor("Photodiode","HHL","1024V/5V", event.Value)) + spaceapidata.MergeInSensor(spaceapi.MakeIlluminationSensor("Photodiode","LoTHR","1024V/5V", event.Value)) } } } -- 1.7.10.4