Update readme
This commit is contained in:
parent
bd68cbd7d8
commit
80eec844bf
@ -16,7 +16,9 @@ c = mitel_ommclient2.OMMClient2("omm.local", "admin", "admin")
|
|||||||
c.ping()
|
c.ping()
|
||||||
|
|
||||||
# Create custom messages
|
# 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.
|
Consult class documentation for more in depth examples and options.
|
||||||
|
Loading…
Reference in New Issue
Block a user