Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
pimvanpelt committed Apr 2, 2021
1 parent f97198f commit 2c28e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ construction of objects and classes is described below.
a command with `/cmd/name` is registered.
* ***`mgos_homeassistant_object_add_attr_cb()`*** adds a callback function
for _attribute_ MQTT requests, optionally using _name_ as a suffix. Setting
an attribute with _name_ to NULL registers the main `/cmd` command,
an attribute with _name_ to NULL registers the main `/attr` command,
otherwise a attribute with `/cmd/name` is registered.
* ***`mgos_homeassistant_object_get_status()`*** assembles a _status_ JSON
structure of the object, including its classes (see below). Status elements
Expand Down

0 comments on commit 2c28e14

Please sign in to comment.