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 }); };`
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 }); };