Skip to content

Commit b0f34e9

Browse files
committed
add target_tag in function parameters.
1 parent 47eef4c commit b0f34e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshbook.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async def compile_group_list(session: meshctrl.Session) -> dict:
151151
})
152152
return local_device_list
153153

154-
async def filter_targets(devices: list[dict], os_categories: dict, target_os: str = None) -> list[str]:
154+
async def filter_targets(devices: list[dict], os_categories: dict, target_os: str = None, target_tag: str = None) -> list[str]:
155155
'''
156156
Filters devices based on reachability and optional OS criteria, supporting nested OS categories.
157157
'''

0 commit comments

Comments
 (0)