Fix README formatting 30/275930/1
authorAbhay Agarwal <ay.agarwal@samsung.com>
Tue, 7 Jun 2022 03:58:25 +0000 (09:28 +0530)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Tue, 7 Jun 2022 04:05:19 +0000 (09:35 +0530)
Change-Id: I7a27b145c3384495a13a7ef938d97fe05e7be25f
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
README.md

index 58965448f50db2be5390d2e4f7cd4c535a413075..9970636c22fcecf451ddfdbee91bedc84cf6e232 100644 (file)
--- a/README.md
+++ b/README.md
@@ -44,8 +44,8 @@ For verifying WiFi operations,
 
 **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
@@ -149,11 +149,11 @@ ua_monitor_set_sensor_status_changed_cb
  - ua_monitor_set_sensor_status_changed_cb() ret: [0x0] [UA_ERROR_NONE]
 ( 3881) >> 
 
-
-
+```
 
 ## 2. Add Devices (Example: Wi-Fi device)
 
+```
 ( 3881) >> 3
 
 =================================================================
@@ -305,11 +305,11 @@ Device ID : 17:34:98:08:67:12
 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
 -----------------------------------------------------------------
@@ -377,7 +377,7 @@ Last present at : 117373
  - ua_foreach_devices() ret: [0x0] [UA_ERROR_NONE]
 ( 3756) >>
 =================================================================
-
+```
 
 ## 4. Remove device (Following step 3.)
 ```
@@ -413,7 +413,7 @@ ua_user_remove_device
  - 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
@@ -478,7 +478,7 @@ run_ua_monitor_stop_detection,
  - 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