mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-01-02 19:26:50 +00:00
9 lines
168 B
Python
9 lines
168 B
Python
|
# Example 3: Retrieve OneM2MRequest
|
||
|
|
||
|
from openmtc_onem2m.transport import OneM2MRequest
|
||
|
|
||
|
request = OneM2MRequest("retrieve", to="onem2m")
|
||
|
|
||
|
print request.to
|
||
|
#>>> onem2m
|