**For debugging UA framework logs can be checked with below command:**
```
-logger-mgr --filter UA_MANAGER UAM_API UA_CAPI UA_PLUGIN_BLE UA_PLUGIN_LIGHT UA_PLUGIN_WIFI UA_PLUGIN_MOTION
-dlogutil -v threadtime UA_MANAGER UAM_API UA_CAPI UA_PLUGIN_BLE UA_PLUGIN_LIGHT UA_PLUGIN_WIFI UA_PLUGIN_MOTION
+logger-mgr --filter UA_MANAGER UAM_API UA_CAPI UA_PLUGIN_BLE UA_PLUGIN_LIGHT UA_PLUGIN_WIFI UA_PLUGIN_MOTION UA_PLUGIN_WIFI_LOCATION UA_PLUGIN_UWB
+dlogutil -v threadtime UA_MANAGER UAM_API UA_CAPI UA_PLUGIN_BLE UA_PLUGIN_LIGHT UA_PLUGIN_WIFI UA_PLUGIN_MOTION UA_PLUGIN_WIFI_LOCATION UA_PLUGIN_UWB
````
# How to test UAFW
- ua_monitor_set_sensor_status_changed_cb() ret: [0x0] [UA_ERROR_NONE]
( 3881) >>
-
-
+```
## 2. Add Devices (Example: Wi-Fi device)
+```
( 3881) >> 3
=================================================================
Device MAC : 17:34:98:08:67:12
Device IPv4 Addr : 192.168.60.118
- ua_device_get_mac_type() ret: [0x0] [UA_ERROR_NONE
-
+```
## 3. How to check the added device list
-```
+```
=================================================================
Main >> Init >> Scenario >> ua_add_device
-----------------------------------------------------------------
- ua_foreach_devices() ret: [0x0] [UA_ERROR_NONE]
( 3756) >>
=================================================================
-
+```
## 4. Remove device (Following step 3.)
```
- ua_user_remove_device() ret: [0x0] [UA_ERROR_NONE]
```
-## 5. Detect PRESENCE (Example. Wi-Fi)
+## 5. Detect PRESENCE / ABSENCE (Example. Wi-Fi)
```
=================================================================
Main >> Init >> Scenario
- ua_monitor_stop_absence_detection() ret: [0x0] [UA_ERROR_NONE]
- ua_monitor_stop_presence_detection() ret: [0x0] [UA_ERROR_NONE]
( 3756) >>
-
+```
# Trouble shooting
###### 1. If get_default user command fails