Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
TD22057 committed Feb 23, 2020
1 parent 2fe0bc3 commit c6e1120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion insteon_mqtt/db/Device.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def add_on_device(self, device, addr, group, is_controller, data,
group: (int) The group the entry is for.
is_controller: (bool) True if the device is a controller.
data: (bytes) 3 data bytes. [0] is the on level, [1] is the
ramp rate.
ramp rate, [2] is the local group to control.
on_done: Optional callback which will be called when the
command completes.
"""
Expand Down
2 changes: 1 addition & 1 deletion insteon_mqtt/db/Modem.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def find(self, addr, group, is_controller):
Args:
addr: (Address) The address to match.
group: (int) The group to match.
n group: (int) The group to match.
is_controller: (bool) True for controller records. False for
responder records.
Expand Down

0 comments on commit c6e1120

Please sign in to comment.