Class: E3DCMqtt::DailyStatistics
- Inherits:
-
Data
- Object
- Data
- E3DCMqtt::DailyStatistics
- Defined in:
- lib/e3dc_mqtt/types.rb
Instance Attribute Summary collapse
-
#autarky ⇒ Object
readonly
Returns the value of attribute autarky.
-
#bat_power_in ⇒ Object
readonly
Returns the value of attribute bat_power_in.
-
#bat_power_out ⇒ Object
readonly
Returns the value of attribute bat_power_out.
-
#consumed_production ⇒ Object
readonly
Returns the value of attribute consumed_production.
-
#consumption ⇒ Object
readonly
Returns the value of attribute consumption.
-
#grid_power_in ⇒ Object
readonly
Returns the value of attribute grid_power_in.
-
#grid_power_out ⇒ Object
readonly
Returns the value of attribute grid_power_out.
-
#solar_production ⇒ Object
readonly
Returns the value of attribute solar_production.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
-
#state_of_charge ⇒ Object
readonly
Returns the value of attribute state_of_charge.
-
#timespan ⇒ Object
readonly
Returns the value of attribute timespan.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
Instance Attribute Details
#autarky ⇒ Object (readonly)
Returns the value of attribute autarky
14 15 16 |
# File 'lib/e3dc_mqtt/types.rb', line 14 def autarky @autarky end |
#bat_power_in ⇒ Object (readonly)
Returns the value of attribute bat_power_in
14 15 16 |
# File 'lib/e3dc_mqtt/types.rb', line 14 def bat_power_in @bat_power_in end |
#bat_power_out ⇒ Object (readonly)
Returns the value of attribute bat_power_out
14 15 16 |
# File 'lib/e3dc_mqtt/types.rb', line 14 def bat_power_out @bat_power_out end |
#consumed_production ⇒ Object (readonly)
Returns the value of attribute consumed_production
14 15 16 |
# File 'lib/e3dc_mqtt/types.rb', line 14 def consumed_production @consumed_production end |
#consumption ⇒ Object (readonly)
Returns the value of attribute consumption
14 15 16 |
# File 'lib/e3dc_mqtt/types.rb', line 14 def consumption @consumption end |
#grid_power_in ⇒ Object (readonly)
Returns the value of attribute grid_power_in
14 15 16 |
# File 'lib/e3dc_mqtt/types.rb', line 14 def grid_power_in @grid_power_in end |
#grid_power_out ⇒ Object (readonly)
Returns the value of attribute grid_power_out
14 15 16 |
# File 'lib/e3dc_mqtt/types.rb', line 14 def grid_power_out @grid_power_out end |
#solar_production ⇒ Object (readonly)
Returns the value of attribute solar_production
14 15 16 |
# File 'lib/e3dc_mqtt/types.rb', line 14 def solar_production @solar_production end |
#start ⇒ Object (readonly)
Returns the value of attribute start
14 15 16 |
# File 'lib/e3dc_mqtt/types.rb', line 14 def start @start end |
#state_of_charge ⇒ Object (readonly)
Returns the value of attribute state_of_charge
14 15 16 |
# File 'lib/e3dc_mqtt/types.rb', line 14 def state_of_charge @state_of_charge end |
#timespan ⇒ Object (readonly)
Returns the value of attribute timespan
14 15 16 |
# File 'lib/e3dc_mqtt/types.rb', line 14 def timespan @timespan end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
14 15 16 |
# File 'lib/e3dc_mqtt/types.rb', line 14 def @timestamp end |