enum

MinknowApi::Device::SetTemperatureResponse::SetTemperatureResult

Inherits Enum < Comparable < Value < Object

Constants

TARGET_TEMPERATURE_SET = 0
REACHED_TEMPERATURE = 1
TIMED_OUT_WAITING_FOR_TEMPERATURE = 2
SECONDARY_TEMPERATURE_LIMITS_EXCEEDED = 3

Class methods

from_raw?(raw : Int32) : self | Nil
Source

Instance methods

reached_temperature?

Returns true if this enum value equals REACHED_TEMPERATURE

Source
secondary_temperature_limits_exceeded?

Returns true if this enum value equals SECONDARY_TEMPERATURE_LIMITS_EXCEEDED

Source
target_temperature_set?

Returns true if this enum value equals TARGET_TEMPERATURE_SET

Source
timed_out_waiting_for_temperature?

Returns true if this enum value equals TIMED_OUT_WAITING_FOR_TEMPERATURE

Source