Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.iron_os.sensor.PinecilSensor Class Reference
Inheritance diagram for homeassistant.components.iron_os.sensor.PinecilSensor:
[legend]
Collaboration diagram for homeassistant.components.iron_os.sensor.PinecilSensor:
[legend]

Static Public Attributes

string DC_VOLTAGE = "voltage"
 
string ESTIMATED_POWER = "estimated_power"
 
string HALL_SENSOR = "hall_sensor"
 
string HANDLETEMP = "handle_temperature"
 
string LIVE_TEMP = "live_temperature"
 
string MAX_TIP_TEMP_ABILITY = "max_tip_temp_ability"
 
string MOVEMENT_TIME = "movement_time"
 
string OPERATING_MODE = "operating_mode"
 
string POWER_SRC = "power_source"
 
string PWMLEVEL = "power_pwm_level"
 
string SETPOINT_TEMP = "setpoint_temperature"
 
string TIP_RESISTANCE = "tip_resistance"
 
string TIP_VOLTAGE = "tip_voltage"
 
string UPTIME = "uptime"
 

Detailed Description

Pinecil Sensors.

Definition at line 34 of file sensor.py.

Member Data Documentation

◆ DC_VOLTAGE

string homeassistant.components.iron_os.sensor.PinecilSensor.DC_VOLTAGE = "voltage"
static

Definition at line 39 of file sensor.py.

◆ ESTIMATED_POWER

string homeassistant.components.iron_os.sensor.PinecilSensor.ESTIMATED_POWER = "estimated_power"
static

Definition at line 50 of file sensor.py.

◆ HALL_SENSOR

string homeassistant.components.iron_os.sensor.PinecilSensor.HALL_SENSOR = "hall_sensor"
static

Definition at line 48 of file sensor.py.

◆ HANDLETEMP

string homeassistant.components.iron_os.sensor.PinecilSensor.HANDLETEMP = "handle_temperature"
static

Definition at line 40 of file sensor.py.

◆ LIVE_TEMP

string homeassistant.components.iron_os.sensor.PinecilSensor.LIVE_TEMP = "live_temperature"
static

Definition at line 37 of file sensor.py.

◆ MAX_TIP_TEMP_ABILITY

string homeassistant.components.iron_os.sensor.PinecilSensor.MAX_TIP_TEMP_ABILITY = "max_tip_temp_ability"
static

Definition at line 46 of file sensor.py.

◆ MOVEMENT_TIME

string homeassistant.components.iron_os.sensor.PinecilSensor.MOVEMENT_TIME = "movement_time"
static

Definition at line 45 of file sensor.py.

◆ OPERATING_MODE

string homeassistant.components.iron_os.sensor.PinecilSensor.OPERATING_MODE = "operating_mode"
static

Definition at line 49 of file sensor.py.

◆ POWER_SRC

string homeassistant.components.iron_os.sensor.PinecilSensor.POWER_SRC = "power_source"
static

Definition at line 42 of file sensor.py.

◆ PWMLEVEL

string homeassistant.components.iron_os.sensor.PinecilSensor.PWMLEVEL = "power_pwm_level"
static

Definition at line 41 of file sensor.py.

◆ SETPOINT_TEMP

string homeassistant.components.iron_os.sensor.PinecilSensor.SETPOINT_TEMP = "setpoint_temperature"
static

Definition at line 38 of file sensor.py.

◆ TIP_RESISTANCE

string homeassistant.components.iron_os.sensor.PinecilSensor.TIP_RESISTANCE = "tip_resistance"
static

Definition at line 43 of file sensor.py.

◆ TIP_VOLTAGE

string homeassistant.components.iron_os.sensor.PinecilSensor.TIP_VOLTAGE = "tip_voltage"
static

Definition at line 47 of file sensor.py.

◆ UPTIME

string homeassistant.components.iron_os.sensor.PinecilSensor.UPTIME = "uptime"
static

Definition at line 44 of file sensor.py.


The documentation for this class was generated from the following file: