C# 클래스 OSAE.Nest.Thermostat

파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ambient_temperature_c float
ambient_temperature_f float
away_temperature_high_c float
away_temperature_high_f float
away_temperature_low_c float
away_temperature_low_f float
can_cool bool
can_heat bool
device_id string
fan_timer_active bool
fan_timer_timeout string
has_fan bool
has_leaf bool
humidity float
hvac_mode string
is_online bool
is_using_emergency_heat bool
last_connection string
locale string
name string
name_long string
software_version string
structure_id string
target_temperature_c float
target_temperature_f float
target_temperature_high_c float
target_temperature_high_f float
target_temperature_low_c float
target_temperature_low_f float
temperature_scale string

공개 메소드들

메소드 설명
convertLastConnection ( ) : void
loadData ( string objectName ) : void
tempToScale ( ) : void

메소드 상세

convertLastConnection() 공개 메소드

public convertLastConnection ( ) : void
리턴 void

loadData() 공개 메소드

public loadData ( string objectName ) : void
objectName string
리턴 void

tempToScale() 공개 메소드

public tempToScale ( ) : void
리턴 void

프로퍼티 상세

ambient_temperature_c 공개적으로 프로퍼티

public float ambient_temperature_c
리턴 float

ambient_temperature_f 공개적으로 프로퍼티

public float ambient_temperature_f
리턴 float

away_temperature_high_c 공개적으로 프로퍼티

public float away_temperature_high_c
리턴 float

away_temperature_high_f 공개적으로 프로퍼티

public float away_temperature_high_f
리턴 float

away_temperature_low_c 공개적으로 프로퍼티

public float away_temperature_low_c
리턴 float

away_temperature_low_f 공개적으로 프로퍼티

public float away_temperature_low_f
리턴 float

can_cool 공개적으로 프로퍼티

public bool can_cool
리턴 bool

can_heat 공개적으로 프로퍼티

public bool can_heat
리턴 bool

device_id 공개적으로 프로퍼티

public string device_id
리턴 string

fan_timer_active 공개적으로 프로퍼티

public bool fan_timer_active
리턴 bool

fan_timer_timeout 공개적으로 프로퍼티

public string fan_timer_timeout
리턴 string

has_fan 공개적으로 프로퍼티

public bool has_fan
리턴 bool

has_leaf 공개적으로 프로퍼티

public bool has_leaf
리턴 bool

humidity 공개적으로 프로퍼티

public float humidity
리턴 float

hvac_mode 공개적으로 프로퍼티

public string hvac_mode
리턴 string

is_online 공개적으로 프로퍼티

public bool is_online
리턴 bool

is_using_emergency_heat 공개적으로 프로퍼티

public bool is_using_emergency_heat
리턴 bool

last_connection 공개적으로 프로퍼티

public string last_connection
리턴 string

locale 공개적으로 프로퍼티

public string locale
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

name_long 공개적으로 프로퍼티

public string name_long
리턴 string

software_version 공개적으로 프로퍼티

public string software_version
리턴 string

structure_id 공개적으로 프로퍼티

public string structure_id
리턴 string

target_temperature_c 공개적으로 프로퍼티

public float target_temperature_c
리턴 float

target_temperature_f 공개적으로 프로퍼티

public float target_temperature_f
리턴 float

target_temperature_high_c 공개적으로 프로퍼티

public float target_temperature_high_c
리턴 float

target_temperature_high_f 공개적으로 프로퍼티

public float target_temperature_high_f
리턴 float

target_temperature_low_c 공개적으로 프로퍼티

public float target_temperature_low_c
리턴 float

target_temperature_low_f 공개적으로 프로퍼티

public float target_temperature_low_f
리턴 float

temperature_scale 공개적으로 프로퍼티

public string temperature_scale
리턴 string