node-hikvision-api icon indicating copy to clipboard operation
node-hikvision-api copied to clipboard

Give fielddetection code returned by camera prettier and standardized description

Open ghost opened this issue 9 years ago • 0 comments

After

if (code === 'linedetection') code = 'LineDetection';

Please add

if (code === 'fielddetection') code = 'FieldDetection';

ghost avatar Oct 03 '16 07:10 ghost