diff -r 82bfd8af42a7 -r 1ccf99e620a9 GUI/SensorNode.cs --- a/GUI/SensorNode.cs Mon Jul 25 21:09:21 2011 +0000 +++ b/GUI/SensorNode.cs Wed Jul 27 18:27:16 2011 +0000 @@ -16,7 +16,7 @@ The Initial Developer of the Original Code is Michael Möller . - Portions created by the Initial Developer are Copyright (C) 2009-2010 + Portions created by the Initial Developer are Copyright (C) 2009-2011 the Initial Developer. All Rights Reserved. Contributor(s): @@ -75,6 +75,7 @@ case SensorType.Flow: format = "{0:F0} L/h"; break; case SensorType.Control: format = "{0:F1} %"; break; case SensorType.Level: format = "{0:F1} %"; break; + case SensorType.Power: format = "{0:F1} W"; break; } bool hidden = settings.GetValue(new Identifier(sensor.Identifier,