Update hikvision-cam.yaml (#14943)

Hikvision cameras model number does not forcibly starts with 'DS-' anymore.
Here is an sample of a OEM new model made by HIKVISION 
[
.1.3.6.1.4.1.39165.1.1.0 = STRING: "IPC7A27-ANPR"
.1.3.6.1.4.1.39165.1.2.0 = STRING: "0"
.1.3.6.1.4.1.39165.1.3.0 = STRING: "V5.7.80 build 220525"
.1.3.6.1.4.1.39165.1.4.0 = STRING: "98-f1-12-c7-0b-a2"
.1.3.6.1.4.1.39165.1.5.0 = STRING: "88"
.1.3.6.1.4.1.39165.1.6.0 = STRING: "IPcamera"
.1.3.6.1.4.1.39165.1.7.0 = STRING: "38 PERCENT"
...]
This commit is contained in:
torbeckattsp
2023-04-05 16:05:59 -10:00
committed by GitHub
parent 8e5f26652e
commit 13d8ac222d

View File

@@ -10,5 +10,5 @@ discovery:
-
snmpget:
oid: .1.3.6.1.4.1.39165.1.1.0
op: starts
value: 'DS-'
op: contains
value: '-'