Fix axiscam serial format (#13620)

This commit is contained in:
Tony Murray
2021-12-14 23:45:57 -06:00
committed by GitHub
parent e24862545d
commit 478f3d80d9
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
modules:
os:
sysDescr_regex: '/(?<hardware>[^;]+); [^;]+; (?<version>[^;]+)/'
serial: .1.3.6.1.2.1.2.2.1.6.2
serial:
- IF-MIB::ifPhysAddress.2

View File

@@ -12,7 +12,7 @@
"features": null,
"os": "axiscam",
"type": "appliance",
"serial": "AC CC 8E AC 27 C7",
"serial": "ac:cc:8e:ac:27:c7",
"icon": "axis.svg",
"location": null
}