Class: E3DCMqtt::Battery
- Inherits:
-
Data
- Object
- Data
- E3DCMqtt::Battery
- Defined in:
- lib/e3dc_mqtt/types.rb
Instance Attribute Summary collapse
-
#dcb_count ⇒ Object
readonly
Returns the value of attribute dcb_count.
-
#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.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#number ⇒ Object
readonly
Returns the value of attribute number.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#serial_number ⇒ Object
readonly
Returns the value of attribute serial_number.
-
#specified_capacity ⇒ Object
readonly
Returns the value of attribute specified_capacity.
-
#specified_charge_power ⇒ Object
readonly
Returns the value of attribute specified_charge_power.
-
#specified_discharge_power ⇒ Object
readonly
Returns the value of attribute specified_discharge_power.
-
#specified_max_dcb_count ⇒ Object
readonly
Returns the value of attribute specified_max_dcb_count.
Instance Attribute Details
#dcb_count ⇒ Object (readonly)
Returns the value of attribute dcb_count
2 3 4 |
# File 'lib/e3dc_mqtt/types.rb', line 2 def dcb_count @dcb_count end |
#index ⇒ Object (readonly)
Returns the value of attribute index
2 3 4 |
# File 'lib/e3dc_mqtt/types.rb', line 2 def index @index end |
#instance_descriptor ⇒ Object (readonly)
Returns the value of attribute instance_descriptor
2 3 4 |
# File 'lib/e3dc_mqtt/types.rb', line 2 def instance_descriptor @instance_descriptor end |
#manufacturer_name ⇒ Object (readonly)
Returns the value of attribute manufacturer_name
2 3 4 |
# File 'lib/e3dc_mqtt/types.rb', line 2 def manufacturer_name @manufacturer_name end |
#name ⇒ Object (readonly)
Returns the value of attribute name
2 3 4 |
# File 'lib/e3dc_mqtt/types.rb', line 2 def name @name end |
#number ⇒ Object (readonly)
Returns the value of attribute number
2 3 4 |
# File 'lib/e3dc_mqtt/types.rb', line 2 def number @number end |
#role ⇒ Object (readonly)
Returns the value of attribute role
2 3 4 |
# File 'lib/e3dc_mqtt/types.rb', line 2 def role @role end |
#serial_number ⇒ Object (readonly)
Returns the value of attribute serial_number
2 3 4 |
# File 'lib/e3dc_mqtt/types.rb', line 2 def serial_number @serial_number end |
#specified_capacity ⇒ Object (readonly)
Returns the value of attribute specified_capacity
2 3 4 |
# File 'lib/e3dc_mqtt/types.rb', line 2 def specified_capacity @specified_capacity end |
#specified_charge_power ⇒ Object (readonly)
Returns the value of attribute specified_charge_power
2 3 4 |
# File 'lib/e3dc_mqtt/types.rb', line 2 def specified_charge_power @specified_charge_power end |
#specified_discharge_power ⇒ Object (readonly)
Returns the value of attribute specified_discharge_power
2 3 4 |
# File 'lib/e3dc_mqtt/types.rb', line 2 def specified_discharge_power @specified_discharge_power end |
#specified_max_dcb_count ⇒ Object (readonly)
Returns the value of attribute specified_max_dcb_count
2 3 4 |
# File 'lib/e3dc_mqtt/types.rb', line 2 def specified_max_dcb_count @specified_max_dcb_count end |