Class: E3DCMqtt::BatteryData
- Inherits:
-
Data
- Object
- Data
- E3DCMqtt::BatteryData
- Defined in:
- lib/e3dc_mqtt/types.rb
Instance Attribute Summary collapse
-
#asoc ⇒ Object
readonly
Returns the value of attribute asoc.
-
#charge_cycles ⇒ Object
readonly
Returns the value of attribute charge_cycles.
-
#current ⇒ Object
readonly
Returns the value of attribute current.
-
#dcb_count ⇒ Object
readonly
Returns the value of attribute dcb_count.
-
#dcbs ⇒ Object
readonly
Returns the value of attribute dcbs.
-
#design_capacity ⇒ Object
readonly
Returns the value of attribute design_capacity.
-
#device_name ⇒ Object
readonly
Returns the value of attribute device_name.
-
#eod_voltage ⇒ Object
readonly
Returns the value of attribute eod_voltage.
-
#error_code ⇒ Object
readonly
Returns the value of attribute error_code.
-
#fcc ⇒ Object
readonly
Returns the value of attribute fcc.
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#instance_descriptor ⇒ Object
readonly
Returns the value of attribute instance_descriptor.
-
#manufacturer_name ⇒ Object
readonly
Returns the value of attribute manufacturer_name.
-
#max_bat_voltage ⇒ Object
readonly
Returns the value of attribute max_bat_voltage.
-
#max_charge_current ⇒ Object
readonly
Returns the value of attribute max_charge_current.
-
#max_dcb_cell_temp ⇒ Object
readonly
Returns the value of attribute max_dcb_cell_temp.
-
#max_discharge_current ⇒ Object
readonly
Returns the value of attribute max_discharge_current.
-
#min_dcb_cell_temp ⇒ Object
readonly
Returns the value of attribute min_dcb_cell_temp.
-
#module_voltage ⇒ Object
readonly
Returns the value of attribute module_voltage.
-
#param_bat_number ⇒ Object
readonly
Returns the value of attribute param_bat_number.
-
#rc ⇒ Object
readonly
Returns the value of attribute rc.
-
#ready_for_shutdown ⇒ Object
readonly
Returns the value of attribute ready_for_shutdown.
-
#rsoc ⇒ Object
readonly
Returns the value of attribute rsoc.
-
#rsoc_real ⇒ Object
readonly
Returns the value of attribute rsoc_real.
-
#serialno ⇒ Object
readonly
Returns the value of attribute serialno.
-
#status_code ⇒ Object
readonly
Returns the value of attribute status_code.
-
#terminal_voltage ⇒ Object
readonly
Returns the value of attribute terminal_voltage.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
-
#total_discharge_time ⇒ Object
readonly
Returns the value of attribute total_discharge_time.
-
#total_use_time ⇒ Object
readonly
Returns the value of attribute total_use_time.
-
#training_mode ⇒ Object
readonly
Returns the value of attribute training_mode.
-
#usable_capacity ⇒ Object
readonly
Returns the value of attribute usable_capacity.
-
#usable_remaining_capacity ⇒ Object
readonly
Returns the value of attribute usable_remaining_capacity.
Instance Attribute Details
#asoc ⇒ Object (readonly)
Returns the value of attribute asoc
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def asoc @asoc end |
#charge_cycles ⇒ Object (readonly)
Returns the value of attribute charge_cycles
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def charge_cycles @charge_cycles end |
#current ⇒ Object (readonly)
Returns the value of attribute current
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def current @current end |
#dcb_count ⇒ Object (readonly)
Returns the value of attribute dcb_count
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def dcb_count @dcb_count end |
#dcbs ⇒ Object (readonly)
Returns the value of attribute dcbs
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def dcbs @dcbs end |
#design_capacity ⇒ Object (readonly)
Returns the value of attribute design_capacity
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def design_capacity @design_capacity end |
#device_name ⇒ Object (readonly)
Returns the value of attribute device_name
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def device_name @device_name end |
#eod_voltage ⇒ Object (readonly)
Returns the value of attribute eod_voltage
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def eod_voltage @eod_voltage end |
#error_code ⇒ Object (readonly)
Returns the value of attribute error_code
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def error_code @error_code end |
#fcc ⇒ Object (readonly)
Returns the value of attribute fcc
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def fcc @fcc end |
#index ⇒ Object (readonly)
Returns the value of attribute index
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def index @index end |
#instance_descriptor ⇒ Object (readonly)
Returns the value of attribute instance_descriptor
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def instance_descriptor @instance_descriptor end |
#manufacturer_name ⇒ Object (readonly)
Returns the value of attribute manufacturer_name
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def manufacturer_name @manufacturer_name end |
#max_bat_voltage ⇒ Object (readonly)
Returns the value of attribute max_bat_voltage
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def max_bat_voltage @max_bat_voltage end |
#max_charge_current ⇒ Object (readonly)
Returns the value of attribute max_charge_current
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def max_charge_current @max_charge_current end |
#max_dcb_cell_temp ⇒ Object (readonly)
Returns the value of attribute max_dcb_cell_temp
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def max_dcb_cell_temp @max_dcb_cell_temp end |
#max_discharge_current ⇒ Object (readonly)
Returns the value of attribute max_discharge_current
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def max_discharge_current @max_discharge_current end |
#min_dcb_cell_temp ⇒ Object (readonly)
Returns the value of attribute min_dcb_cell_temp
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def min_dcb_cell_temp @min_dcb_cell_temp end |
#module_voltage ⇒ Object (readonly)
Returns the value of attribute module_voltage
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def module_voltage @module_voltage end |
#param_bat_number ⇒ Object (readonly)
Returns the value of attribute param_bat_number
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def param_bat_number @param_bat_number end |
#rc ⇒ Object (readonly)
Returns the value of attribute rc
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def rc @rc end |
#ready_for_shutdown ⇒ Object (readonly)
Returns the value of attribute ready_for_shutdown
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def ready_for_shutdown @ready_for_shutdown end |
#rsoc ⇒ Object (readonly)
Returns the value of attribute rsoc
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def rsoc @rsoc end |
#rsoc_real ⇒ Object (readonly)
Returns the value of attribute rsoc_real
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def rsoc_real @rsoc_real end |
#serialno ⇒ Object (readonly)
Returns the value of attribute serialno
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def serialno @serialno end |
#status_code ⇒ Object (readonly)
Returns the value of attribute status_code
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def status_code @status_code end |
#terminal_voltage ⇒ Object (readonly)
Returns the value of attribute terminal_voltage
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def terminal_voltage @terminal_voltage end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def @timestamp end |
#total_discharge_time ⇒ Object (readonly)
Returns the value of attribute total_discharge_time
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def total_discharge_time @total_discharge_time end |
#total_use_time ⇒ Object (readonly)
Returns the value of attribute total_use_time
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def total_use_time @total_use_time end |
#training_mode ⇒ Object (readonly)
Returns the value of attribute training_mode
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def training_mode @training_mode end |
#usable_capacity ⇒ Object (readonly)
Returns the value of attribute usable_capacity
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def usable_capacity @usable_capacity end |
#usable_remaining_capacity ⇒ Object (readonly)
Returns the value of attribute usable_remaining_capacity
32 33 34 |
# File 'lib/e3dc_mqtt/types.rb', line 32 def usable_remaining_capacity @usable_remaining_capacity end |