Skip to content

Commit

Permalink
Merge pull request #21 from Dasharo/vp2420
Browse files Browse the repository at this point in the history
models/VP2420.yml: added
  • Loading branch information
macpijan authored Mar 14, 2024
2 parents 9bf4ddb + eca372a commit 9cb73a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions osfv_cli/osfv_cli/models/VP2420.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
flash_chip:
model: "MX25L12833F/MX25L12835F/MX25L12845E/MX25L12865E/MX25L12873F"
voltage: "3.3V"

pwr_ctrl:
sonoff: false
relay: true
init_on: true

reset_cmos: true
1 change: 1 addition & 0 deletions osfv_cli/osfv_cli/osfv_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def list_my_assets(snipeit_api, args):
for asset in my_assets:
print_asset_details(asset)


# List unused assets
def list_unused_assets(snipeit_api, args):
all_assets = snipeit_api.get_all_assets()
Expand Down

0 comments on commit 9cb73a6

Please sign in to comment.