Hardware/TBalancer/TBalancer.cs
changeset 122 3ef997c53b50
parent 118 407f98562c3b
child 134 8b3b9b2e28e5
     1.1 --- a/Hardware/TBalancer/TBalancer.cs	Tue May 18 19:16:55 2010 +0000
     1.2 +++ b/Hardware/TBalancer/TBalancer.cs	Thu May 20 21:23:54 2010 +0000
     1.3 @@ -73,7 +73,7 @@
     1.4        this.protocolVersion = protocolVersion;
     1.5  
     1.6        ParameterDescription[] parameter = new ParameterDescription[] {
     1.7 -        new ParameterDescription("Offset", "Temperature offset.", 0)
     1.8 +        new ParameterDescription("Offset [°C]", "Temperature offset.", 0)
     1.9        };
    1.10        int offset = 0;
    1.11        for (int i = 0; i < digitalTemperatures.Length; i++)