org.homieiot.Device |
A device represents a physical piece of hardware. For example, an Arduino/ESP8266 or a coffee machine. |
org.homieiot.colors.HSV |
A color model represented as three values: hue, saturation, and value |
org.homieiot.mqtt.HomieMqttClient |
Creates a Homie MQTT client for the supplied org.homieiot.Device |
org.homieiot.Node |
Nodes are independent or logically separable parts of a device. For example, a car might expose a wheels node, an engine node and a lights node. |
org.homieiot.Property | |
org.homieiot.PropertyType |
Defines the different types of properties depending on the feature of the node being modeled. |
org.homieiot.PropertyUpdate |
A property update delivered from MQTT |
org.homieiot.colors.RGB |
An additive color model in which red, green and blue light are added together in various ways to reproduce a broad array of colors. |