Skip to content

Commit

Permalink
fix: Corrected Huawei VRP display_service-set_all template (#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ribot authored Nov 11, 2024
1 parent c18104e commit d9e692b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Value ID (\d+)
Value NAME (\w+)
Value SSID (\w+)
Value SSID (\S+)

Start
^\s*-+ -> Next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
0 Livebox_5ad8 Livebox_5ad8
1 Livebox_5ad8__5G Livebox_5ad8
2 Profile_my_guest_wifi my_guest_wifi
3 SSID0 MyHome-2.4GHZ
8 SSID8 MyHome-5GHZ
----------------------------------------------------------------------------
Total: 3
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ parsed_sample:
- id: "2"
name: "Profile_my_guest_wifi"
ssid: "my_guest_wifi"
- id: "3"
name: "SSID0"
ssid: "MyHome-2.4GHZ"
- id: "8"
name: "SSID8"
ssid: "MyHome-5GHZ"

0 comments on commit d9e692b

Please sign in to comment.