Skip to content

Commit

Permalink
Add W800 to main powershell file.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyl committed Oct 30, 2015
1 parent 7476b5b commit d389acc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Instances/bud-main.ps1
Binary file not shown.
2 changes: 1 addition & 1 deletion NetomityPS/PSW800.cs
Expand Up @@ -35,7 +35,7 @@ public class PSW800: PSCommon
protected override void ProcessRecord()
{
WriteVerbose(String.Format("W800 - Interface:{0}", Interface));
WriteObject(new Insteon(iface: Interface) { Name = Name });
WriteObject(new W800(iface: Interface) { Name = Name });
}
}
}

0 comments on commit d389acc

Please sign in to comment.