Class: E3DCMqtt::Status
- Inherits:
-
Data
- Object
- Data
- E3DCMqtt::Status
- Defined in:
- lib/e3dc_mqtt/types.rb
Instance Attribute Summary collapse
-
#autarky ⇒ Object
readonly
Returns the value of attribute autarky.
-
#battery_soc ⇒ Object
readonly
Returns the value of attribute battery_soc.
-
#power_add ⇒ Object
readonly
Returns the value of attribute power_add.
-
#power_battery ⇒ Object
readonly
Returns the value of attribute power_battery.
-
#power_grid ⇒ Object
readonly
Returns the value of attribute power_grid.
-
#power_home ⇒ Object
readonly
Returns the value of attribute power_home.
-
#power_pv ⇒ Object
readonly
Returns the value of attribute power_pv.
-
#power_wb ⇒ Object
readonly
Returns the value of attribute power_wb.
-
#self_consumption ⇒ Object
readonly
Returns the value of attribute self_consumption.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
Instance Attribute Details
#autarky ⇒ Object (readonly)
Returns the value of attribute autarky
9 10 11 |
# File 'lib/e3dc_mqtt/types.rb', line 9 def autarky @autarky end |
#battery_soc ⇒ Object (readonly)
Returns the value of attribute battery_soc
9 10 11 |
# File 'lib/e3dc_mqtt/types.rb', line 9 def battery_soc @battery_soc end |
#power_add ⇒ Object (readonly)
Returns the value of attribute power_add
9 10 11 |
# File 'lib/e3dc_mqtt/types.rb', line 9 def power_add @power_add end |
#power_battery ⇒ Object (readonly)
Returns the value of attribute power_battery
9 10 11 |
# File 'lib/e3dc_mqtt/types.rb', line 9 def power_battery @power_battery end |
#power_grid ⇒ Object (readonly)
Returns the value of attribute power_grid
9 10 11 |
# File 'lib/e3dc_mqtt/types.rb', line 9 def power_grid @power_grid end |
#power_home ⇒ Object (readonly)
Returns the value of attribute power_home
9 10 11 |
# File 'lib/e3dc_mqtt/types.rb', line 9 def power_home @power_home end |
#power_pv ⇒ Object (readonly)
Returns the value of attribute power_pv
9 10 11 |
# File 'lib/e3dc_mqtt/types.rb', line 9 def power_pv @power_pv end |
#power_wb ⇒ Object (readonly)
Returns the value of attribute power_wb
9 10 11 |
# File 'lib/e3dc_mqtt/types.rb', line 9 def power_wb @power_wb end |
#self_consumption ⇒ Object (readonly)
Returns the value of attribute self_consumption
9 10 11 |
# File 'lib/e3dc_mqtt/types.rb', line 9 def self_consumption @self_consumption end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
9 10 11 |
# File 'lib/e3dc_mqtt/types.rb', line 9 def @timestamp end |