Skip to content

Instantly share code, notes, and snippets.

@mitchmitchell
mitchmitchell / HSPI.cs
Created January 13, 2019 02:38
Wrapper for HomeSeer Plug-in interface
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization.Formatters.Binary;
using System.Security.Cryptography;