}
//result = OCBindResourceTypeToResource(handle, "oic.d.airconditioner");
- result = OCBindResourceTypeToResource(handle, "x.tizen.ri3");
+ result = OCBindResourceTypeToResource(handle, "x.tizen.rpi3");
if (result != OC_STACK_OK)
{
return result;
}
- result = OCPlatform::setPropertyValue(PAYLOAD_TYPE_DEVICE, OC_RSRVD_DEVICE_NAME, "TIZEN_RI3");
+ result = OCPlatform::setPropertyValue(PAYLOAD_TYPE_DEVICE, OC_RSRVD_DEVICE_NAME, "TIZEN_RPI3");
if (result != OC_STACK_OK)
{
try {
if (device->uuid == NULL || (device->uuid && strlen(device->uuid) == 0)) {
-#if 1
+#if 0
if (argc != 3)
{
UA_LOG("Put \"[authprovider] [authcode]\" for sign-up and sign-in and publish resources!!");