First pass done but untested
This commit is contained in:
@ -30,6 +30,10 @@ export class HarmonyDevice {
|
||||
return this._on;
|
||||
}
|
||||
|
||||
public get commands(): { [name: string]: ICommand } {
|
||||
return this._commands;
|
||||
}
|
||||
|
||||
//Define device methods
|
||||
public supportsCommand(commandName: string): boolean {
|
||||
let command = this._commands[commandName];
|
||||
|
Reference in New Issue
Block a user