Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wiffi.wiffi_strings Namespace Reference

Variables

string WIFFI_UOM_DEGREE = "grad"
 
string WIFFI_UOM_LUX = "lux"
 
string WIFFI_UOM_MILLI_BAR = "mb"
 
string WIFFI_UOM_PERCENT = "%"
 
string WIFFI_UOM_TEMP_CELSIUS = "gradC"
 

Detailed Description

Definition of string used in wiffi json telegrams.

Variable Documentation

◆ WIFFI_UOM_DEGREE

string homeassistant.components.wiffi.wiffi_strings.WIFFI_UOM_DEGREE = "grad"

Definition at line 5 of file wiffi_strings.py.

◆ WIFFI_UOM_LUX

string homeassistant.components.wiffi.wiffi_strings.WIFFI_UOM_LUX = "lux"

Definition at line 8 of file wiffi_strings.py.

◆ WIFFI_UOM_MILLI_BAR

string homeassistant.components.wiffi.wiffi_strings.WIFFI_UOM_MILLI_BAR = "mb"

Definition at line 7 of file wiffi_strings.py.

◆ WIFFI_UOM_PERCENT

string homeassistant.components.wiffi.wiffi_strings.WIFFI_UOM_PERCENT = "%"

Definition at line 6 of file wiffi_strings.py.

◆ WIFFI_UOM_TEMP_CELSIUS

string homeassistant.components.wiffi.wiffi_strings.WIFFI_UOM_TEMP_CELSIUS = "gradC"

Definition at line 4 of file wiffi_strings.py.