diff -r 4f569432e14b -r 70d0c3102424 Hardware/TBalancer/TBalancer.cs --- a/Hardware/TBalancer/TBalancer.cs Tue May 04 17:32:41 2010 +0000 +++ b/Hardware/TBalancer/TBalancer.cs Thu May 06 19:20:38 2010 +0000 @@ -153,7 +153,7 @@ if (miniNGFans[number * 2 + i] == null) miniNGFans[number * 2 + i] = new Sensor("miniNG #" + (number + 1) + " Fan Channel " + (i + 1), - 4 + number * 2 + i, maxRPM, SensorType.Fan, this); + 4 + number * 2 + i, maxRPM, SensorType.Fan, this, null); Sensor sensor = miniNGFans[number * 2 + i]; @@ -251,8 +251,8 @@ get { return "T-Balancer bigNG"; } } - public string Identifier { - get { return "/bigng/" + this.portIndex; } + public Identifier Identifier { + get { return new Identifier("bigng", this.portIndex.ToString()); } } public IHardware[] SubHardware {