mirror of
https://git.clerie.de/clerie/mitel_ommclient2.git
synced 2026-01-02 20:28:12 +00:00
Update readme
This commit is contained in:
parent
bd68cbd7d8
commit
80eec844bf
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@ c = mitel_ommclient2.OMMClient2("omm.local", "admin", "admin")
|
|||
c.ping()
|
||||
|
||||
# Create custom messages
|
||||
r = c.connection.request(mitel_ommclient2.messages.Ping(timeStamp=2342))
|
||||
m = mitel_ommclient2.messages.Ping()
|
||||
m.timeStamp = 2342
|
||||
r = c.connection.request(m)
|
||||
```
|
||||
|
||||
Consult class documentation for more in depth examples and options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue