Class: MQTT::Homie::Device
- Inherits:
-
Object
- Object
- MQTT::Homie::Device
- Defined in:
- lib/mqtt/home_assistant/homie/device.rb
Instance Attribute Summary collapse
-
#home_assistant_device ⇒ Object
Returns the value of attribute home_assistant_device.
-
#home_assistant_discovery_prefix ⇒ Object
Returns the value of attribute home_assistant_discovery_prefix.
Instance Attribute Details
#home_assistant_device ⇒ Object
Returns the value of attribute home_assistant_device.
6 7 8 |
# File 'lib/mqtt/home_assistant/homie/device.rb', line 6 def home_assistant_device @home_assistant_device end |
#home_assistant_discovery_prefix ⇒ Object
Returns the value of attribute home_assistant_discovery_prefix.
6 7 8 |
# File 'lib/mqtt/home_assistant/homie/device.rb', line 6 def home_assistant_discovery_prefix @home_assistant_discovery_prefix end |