| 123456789101112131415161718192021222324252627 |
- emqx_lwm2m_api {
- dataType.desc:
- """Data Type"""
- lookup_resource.desc:
- """Look up a resource"""
- name.desc:
- """Resource Name"""
- observe_resource.desc:
- """Observe or Cancel observe a resource"""
- operations.desc:
- """Resource Operations"""
- path.desc:
- """Resource Path"""
- read_resource.desc:
- """Send a read command to a resource"""
- write_resource.desc:
- """Send a write command to a resource"""
- }
|