Skip to content

Instantly share code, notes, and snippets.

View pauljcripps's full-sized avatar

Paul Cripps pauljcripps

View GitHub Profile
@cmonroe
cmonroe / nest-protect-direct.groovy
Last active September 18, 2023 17:45
Nest Protect Device Handler for SmartThings
/**
* Nest Protect (Direct)
* Author: [email protected]
* Author: [email protected]
* Author: [email protected]
* Date: 2016.01.24
*
*
* INSTALLATION
* =========================================
#requires -version 3
[CmdletBinding()]
param (
[string]
$Path
)
function Get-MD5 {
param (
[Parameter(Mandatory)]