@scrypted/amcrest
Advanced tools
Comparing version 0.0.109 to 0.0.110
{ | ||
"name": "@scrypted/amcrest", | ||
"version": "0.0.109", | ||
"version": "0.0.110", | ||
"description": "Amcrest Plugin for Scrypted", | ||
@@ -5,0 +5,0 @@ "author": "Scrypted", |
@@ -138,6 +138,2 @@ import { ffmpegLogInitialOutput } from '@scrypted/common/src/media-helpers'; | ||
events.on('data', (data: Buffer) => { | ||
if (this.storage.getItem('debug')) | ||
this.console.log('event', data.toString()); | ||
}); | ||
events.on('event', (event: AmcrestEvent, index: string, payload: string) => { | ||
@@ -144,0 +140,0 @@ const channelNumber = this.getRtspChannel(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
320938
1072