BREAKING CHANGE(devicemanager): migrate tests to new UniversalDevice/feature-based API, add device factories, SNMP protocol/feature and IP helper utilities

This commit is contained in:
2026-01-10 09:23:36 +00:00
parent 2e82ec1884
commit d7240696a8
3 changed files with 115 additions and 33 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@ecobridge.xyz/devicemanager',
version: '2.3.1',
version: '3.0.0',
description: 'a device manager for talking to devices on network and over usb'
}