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/DeviceStringResource.h
- Revision:
- 14:d9ce4e56684e
- Parent:
- 13:9edad7677211
- Child:
- 15:c11dbe4d354c
diff -r 9edad7677211 -r d9ce4e56684e mbed-connector-interface/DeviceStringResource.h
--- a/mbed-connector-interface/DeviceStringResource.h Wed Jun 08 22:32:08 2016 +0000
+++ b/mbed-connector-interface/DeviceStringResource.h Thu Jun 09 19:05:18 2016 +0000
@@ -63,6 +63,9 @@
*/
virtual void put(string value) {
this->m_value = value;
+ if (this->isObservable() == true) {
+ this->observe();
+ }
}
protected: