Using harmony device
Still need to look up devices specific to hubs (In the case of the same device on multiple hubs)
This commit is contained in:
@ -26,6 +26,10 @@ export class HarmonyDevice {
|
||||
public id: string;
|
||||
public name: string;
|
||||
|
||||
public get on(): boolean {
|
||||
return this._on;
|
||||
}
|
||||
|
||||
//Define device methods
|
||||
public supportsCommand(commandName: string): boolean {
|
||||
let command = this._commands[commandName];
|
||||
|
Reference in New Issue
Block a user