UNPKG

@senzil/cec-monitor

Version:

HDMI-CEC library with a simple monitor written on ES6 to make cec enabled apps.

12 lines (9 loc) 202 B
/** * Created by pablo on 9/12/17. */ 'use strict' export default class CECAdapterNotReadyError extends Error { constructor() { super('The CEC adapter is not ready to receive massages') } }