Hi, In the simpleclient.cpp and simpleserver.cpp files, for the light class, I change the datatype of m_power from 'int' to 'float' and I get this following error during execution.
"Exception: boost::bad_get: failed value get using boost::get in onGet" OIC specifications, says that float datatype is supported for resource properties. So Is this a bug? Regards, Ram
