Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 27, 2021
1 parent d2e28a3 commit 82ebc2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/websocket.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h1 class="title">Module <code>pyControl4.websocket</code></h1>
await sio.connect(
self.wss_url,
transports=[&#34;websocket&#34;],
auth={&#34;JWT&#34;: self.director_bearer_token},
headers={&#34;JWT&#34;: self.director_bearer_token},
)

def remove_all_device_callbacks(self, device):
Expand Down Expand Up @@ -396,7 +396,7 @@ <h3>Methods</h3>
<div class="desc"><p>Dispatch an event to the proper handler method.</p>
<p>In the most common usage, this method is not overloaded by subclasses,
as it performs the routing of events to methods. However, this
method can be overridden if special dispatching rules are needed, or if
method can be overriden if special dispatching rules are needed, or if
having a single method that catches all events is desired.</p>
<p>Note: this method is a coroutine.</p></div>
<details class="source">
Expand Down Expand Up @@ -523,7 +523,7 @@ <h2 id="parameters">Parameters</h2>
await sio.connect(
self.wss_url,
transports=[&#34;websocket&#34;],
auth={&#34;JWT&#34;: self.director_bearer_token},
headers={&#34;JWT&#34;: self.director_bearer_token},
)

def remove_all_device_callbacks(self, device):
Expand Down Expand Up @@ -614,7 +614,7 @@ <h3>Methods</h3>
await sio.connect(
self.wss_url,
transports=[&#34;websocket&#34;],
auth={&#34;JWT&#34;: self.director_bearer_token},
headers={&#34;JWT&#34;: self.director_bearer_token},
)</code></pre>
</details>
</dd>
Expand Down

0 comments on commit 82ebc2d

Please sign in to comment.