Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sbidy/pywizlight
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidy committed Feb 8, 2021
2 parents a5c8e07 + 61f7458 commit 9eddd7d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/PilotParser.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,34 @@ self | |



### get_white_range


Get the value of the whiteRange property.

#### Parameters
name | description | default
--- | --- | ---
self | |





### get_extended_white_range


Get the value of the extende whiteRange property.

#### Parameters
name | description | default
--- | --- | ---
self | |





### get_speed


Expand Down
15 changes: 15 additions & 0 deletions docs/wizlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ name | description | default
--- | --- | ---
self | |
ip | |
connect_on_init | | False
port | | 38899
mac | | None

Expand All @@ -37,6 +38,20 @@ self | |



### _check_connection


Check the connection to the bulb.

#### Parameters
name | description | default
--- | --- | ---
self | |





### get_id_from_scene_name


Expand Down

0 comments on commit 9eddd7d

Please sign in to comment.