From: Teresa K. <kr...@cs...> - 2007-10-29 18:14:33
|
Buchan Milne wrote: > On Monday 22 October 2007 17:43:23 Teresa Kroeker wrote: >> I was able to create a transform that can create a correctly colored dot >> with: >> >> SColour1 : SWITCH : {SensTemp1} < 24 = &green, 24 - 28 = >> &yellow, > 28 = &red >> >> but the page color doesn't change. Will this be impossible to do? >> >> We need to get mail alerts when the temperature is too high and I can't >> get devmon to work they way I would like it to. > > > You should use SColour1.color (instead of STemp1.color) in your message, and I > think that should result in the page changing colour. > > However, it does seem like numeric thresholds are broken in 0.3.0-beta2 ... > I'll try and take a look at it some time. > > I gave that a try and SColour1.color was always green even though SColour1 changed colour. Hence the page was always green. It would be great if you find the time to look into it. Teresa |