X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=go%2Fr3-netstatus%2Fwebstatus.go;h=7bd292eadda609b94c35659b68aee277aa1f2969;hp=c3b3f2d6817b3fc97e7c7bedff07b01b7f370fe0;hb=565b834fd55e0a145099a728c12493cf26c29362;hpb=24beb46159420e5fba929b328d045bf40e6ff433 diff --git a/go/r3-netstatus/webstatus.go b/go/r3-netstatus/webstatus.go index c3b3f2d..7bd292e 100644 --- a/go/r3-netstatus/webstatus.go +++ b/go/r3-netstatus/webstatus.go @@ -106,7 +106,7 @@ func EventToWeb(ps *pubsub.PubSub) { } spaceapidata.MergeInSensor(spaceapi.MakeTempCSensor(fmt.Sprintf("Temp%d",event.Sensorindex),tempsensorlocation, event.Value)) case r3events.IlluminationSensorUpdate: - spaceapidata.MergeInSensor(spaceapi.MakeIlluminationSensor("Photodiode","MHR","1024V/5V", event.Value)) + spaceapidata.MergeInSensor(spaceapi.MakeIlluminationSensor("Photodiode","HHL","1024V/5V", event.Value)) } } }