airconsole-controls icon indicating copy to clipboard operation
airconsole-controls copied to clipboard

RateLimiter sendEvent [feature]

Open karneaud opened this issue 8 years ago • 0 comments

Think you guys should add a sendEvent for those who use it in combination with AirConsole on/off Events

RateLimiter.prototype.sendEvent = function(to, event_name, params) { this.message(to, { event_name: event_name, params: params }); };

karneaud avatar May 05 '16 16:05 karneaud