UNPKG

hb-lib-tools

Version:

homebridge-lib Command-Line Tools`

11 lines (7 loc) 181 B
#!/usr/bin/env node // json.js // // UPnP tool. // Copyright © 2018-2025 Erik Baauw. All rights reserved. import { UpnpTool } from 'hb-lib-tools/UpnpTool' new UpnpTool().main()