Announcement

Collapse
No announcement yet.

Just curiousity

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Just curiousity

    Hi Blade,
    What the tempnumber stand for? My understanding it should be always 1 is that correct?

    SetThermostatMode Method

    Parameter Type Description
    ThermostatNumber Integer The thermostat number.
    TempNumber Integer The temp number.
    Mode Integer The mode. (0=Off, 1=Heat, 2=Cool, 3=Auto, 4=Aux)

    Return Values Type Description
    None

    Description
    This method sets the thermostat mode for a specific thermostat and temp.
    VB.Net Scripting Example

    hs.Plugin("BLStat").SetThermostatMode(1,1,1)

    #2
    Not true. It could higher than 1 because it may be an extra indoor or outdoor temp sensor. Some thermostats support them.
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    Comment


      #3
      Thanks, it makes sense now.

      Aldo

      Comment

      Working...
      X