Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: mbed-connector-interface/DeviceIntegerResource.h
- Revision:
- 25:492acd2b0398
- Parent:
- 15:c11dbe4d354c
--- a/mbed-connector-interface/DeviceIntegerResource.h Sun Jun 12 02:49:50 2016 +0000
+++ b/mbed-connector-interface/DeviceIntegerResource.h Sun Jun 12 03:06:48 2016 +0000
@@ -47,6 +47,7 @@
DynamicResource(logger,obj_name,res_name,res_type,M2MBase::GET_PUT_ALLOWED,observable)
{
this->m_dm_responder = (DeviceManagementResponder *)dm_responder;
+ this->m_implements_observation = true; // PUT() sends observation...
}
/**