node-hikvision-api
node-hikvision-api copied to clipboard
Give fielddetection code returned by camera prettier and standardized description
After
if (code === 'linedetection') code = 'LineDetection';
Please add
if (code === 'fielddetection') code = 'FieldDetection';