Class: Itiscold::DeviceInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/itiscold.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm

Returns:

  • (Object)

    the current value of alarm



24
25
26
# File 'lib/itiscold.rb', line 24

def alarm
  @alarm
end

#current_timeObject

Returns the value of attribute current_time

Returns:

  • (Object)

    the current value of current_time



24
25
26
# File 'lib/itiscold.rb', line 24

def current_time
  @current_time
end

#delay_timeObject

Returns the value of attribute delay_time

Returns:

  • (Object)

    the current value of delay_time



24
25
26
# File 'lib/itiscold.rb', line 24

def delay_time
  @delay_time
end

#last_onlineObject

Returns the value of attribute last_online

Returns:

  • (Object)

    the current value of last_online



24
25
26
# File 'lib/itiscold.rb', line 24

def last_online
  @last_online
end

#lower_limitObject

Returns the value of attribute lower_limit

Returns:

  • (Object)

    the current value of lower_limit



24
25
26
# File 'lib/itiscold.rb', line 24

def lower_limit
  @lower_limit
end

#model_numberObject

Returns the value of attribute model_number

Returns:

  • (Object)

    the current value of model_number



24
25
26
# File 'lib/itiscold.rb', line 24

def model_number
  @model_number
end

#new_station_numberObject

Returns the value of attribute new_station_number

Returns:

  • (Object)

    the current value of new_station_number



24
25
26
# File 'lib/itiscold.rb', line 24

def new_station_number
  @new_station_number
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



24
25
26
# File 'lib/itiscold.rb', line 24

def number
  @number
end

#sample_countObject

Returns the value of attribute sample_count

Returns:

  • (Object)

    the current value of sample_count



24
25
26
# File 'lib/itiscold.rb', line 24

def sample_count
  @sample_count
end

#sample_intervalObject

Returns the value of attribute sample_interval

Returns:

  • (Object)

    the current value of sample_interval



24
25
26
# File 'lib/itiscold.rb', line 24

def sample_interval
  @sample_interval
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



24
25
26
# File 'lib/itiscold.rb', line 24

def start_time
  @start_time
end

#station_numberObject

Returns the value of attribute station_number

Returns:

  • (Object)

    the current value of station_number



24
25
26
# File 'lib/itiscold.rb', line 24

def station_number
  @station_number
end

#stop_buttonObject

Returns the value of attribute stop_button

Returns:

  • (Object)

    the current value of stop_button



24
25
26
# File 'lib/itiscold.rb', line 24

def stop_button
  @stop_button
end

#temp_calibrationObject

Returns the value of attribute temp_calibration

Returns:

  • (Object)

    the current value of temp_calibration



24
25
26
# File 'lib/itiscold.rb', line 24

def temp_calibration
  @temp_calibration
end

#temp_unitObject

Returns the value of attribute temp_unit

Returns:

  • (Object)

    the current value of temp_unit



24
25
26
# File 'lib/itiscold.rb', line 24

def temp_unit
  @temp_unit
end

#tone_setObject

Returns the value of attribute tone_set

Returns:

  • (Object)

    the current value of tone_set



24
25
26
# File 'lib/itiscold.rb', line 24

def tone_set
  @tone_set
end

#upper_limitObject

Returns the value of attribute upper_limit

Returns:

  • (Object)

    the current value of upper_limit



24
25
26
# File 'lib/itiscold.rb', line 24

def upper_limit
  @upper_limit
end

#user_infoObject

Returns the value of attribute user_info

Returns:

  • (Object)

    the current value of user_info



24
25
26
# File 'lib/itiscold.rb', line 24

def 
  @user_info
end

#work_statusObject

Returns the value of attribute work_status

Returns:

  • (Object)

    the current value of work_status



24
25
26
# File 'lib/itiscold.rb', line 24

def work_status
  @work_status
end