Structs§
- Configuration
- How the device is configured to work in LCI.
- Dimmer
- A connected light that can go between 0 and 100 percent brightness.
- Generator
- A connected generator.
- HVAC
- A connected A/C
- Percentage
- A 0-100 percentage.
- Switch
- For things that go on and off. Ex: lights, water pump, water heater, etc.
- Tank
- A connected tank.
- Thing
- The “thing” in the LCI system.
Enums§
- Device
Type - The type of device this “thing” represents.
- Dimmer
Brightness Error - Returned when getting the brightness fails.
- Dimmer
Error - Returned when a Dimmer can not be made from the given “thing”.
- Generator
Error - Returned when a Generator can not be made from the given “thing”.
- Generator
State - The generator’s detected discrete state.
- Generator
State Conversion Error - The generator state could not be fetched.
- Hvac
Error - Returned when a HVAC can not be made from the given “thing”.
- Hvac
FanMode - Possible HVAC fan settings.
- Hvac
FanMode Conversion Error - The HVAC fan state could not be fetched.
- Hvac
High Temperature Failure - The HVAC high temperature could not be fetched.
- Hvac
Inside Temperature Failure - The HVAC inside temperature could not be fetched.
- Hvac
LowTemperature Failure - The HVAC low temperature could not be fetched.
- Hvac
Mode - Posible states for the A/C system.
- Hvac
Mode Conversion Error - The HVAC mode could not be fetched.
- Hvac
Outside Temperature Failure - The HVAC outside temperature could not be fetched.
- Hvac
Status - The current state of the A/C HVAC. If it is actively cooling, failing, etc.
- Hvac
Status Conversion Error - The HVAC status could not be fetched.
- Hvac
Status Failure - The HVAC status could not be fetched.
- Online
State - A device’s online state in the router. Offline meaning it can not be communicated with.
- Online
State Conversion Error - Failed to get the online state of the device.
- SetBrightness
Error - The brightness of the dimmer could not be set.
- SetError
- Failed to set the value in the LCI gateway.
- Switch
Error - Returned when a Switch can not be made from the given “thing”.
- Switch
Relay Current Error - The switch relay usage could not be fetched.
- Switch
State - The only two states of a switch.
- Switch
State Conversion Error - The switch state could not be fetched.
- Tank
Error - Returned when a Tank can not be made from the given “thing”.
- Tank
Level Error - The tank level could not be fetched.
- Thing
Error - Used when the list of things can not be fetched.
Functions§
- get_
things - Returns the “things” availabe in the LCI Gateway.