Core_Conf_Object_Create Core_Conf_Object_Delete
API Reference Manual  /  12 Haps  / 

Core_Conf_Object_Created

Description
Triggered when a configuration object has been created and finalized. This hap will always be followed by a Core_Conf_Objects_Created hap, but this hap can be triggered for more than one object before the Core_Conf_Objects_Created hap.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj);

Core_Conf_Object_Create Core_Conf_Object_Delete