Home AMX Forum NetLinx Studio
Options

Set_outdoor_temperature

I think there is a major issue with the SET_OUTDOOR_TEMPERATURE function in NetLinx. No matter how hard I try, I can not modify the outdoor temperature using this function.

Currently it is 74 degrees outside, I want it to be more like 72, I use this function and it stays 74. I even walked my NI3100 outside to see if that would work! Any ideas?
BUTTON_EVENT[TP,1]
{
	PUSH:
	{
		SET_OUTDOOR_TEMPERATURE(72);
	}
}

Comments

Sign In or Register to comment.