I hereby claim:
- I am iamcanadian2222 on github.
- I am joshua_lyon (https://keybase.io/joshua_lyon) on keybase.
- I have a public key whose fingerprint is ADB8 E8E4 2072 3BB4 8A62 4DD4 4028 2F7D E6C6 E59C
To claim this, I am signing this object:
| /** | |
| * domoticzBlinds | |
| * | |
| * Copyright 2019 Martin Verbeek | |
| * | |
| * 4.0 2018-02-12 Add windowShade capability, fix eodDone | |
| * 4.1 2018-04-05 Introduce configure for all non standard attributes and commands | |
| * 4.2 2018-06-02 Moved EOD processing to SM | |
| * 4.3 2018-06-21 Removed calibrate, moved it to timed session capability | |
| * 4.4 2019-03-16 presetPosition gone as a command for windowshades???? named it in commands |
| /* | |
| Virtual Values | |
| Author: @josh (SharpTools.io) | |
| Description: The Virtual Values device driver exposes a variety of methods which can be used to | |
| set values of specific attributes. These attributes can then be used in other Apps within | |
| Hubitat or in SharpTools.io Dashboards by using Hero Attribute tiles. | |
| This serves as a flexible 'utility' device for setting arbitrary values that you want to use | |
| elsewhere. |
| { | |
| "chanceflurries": {"weatherIcon": "snow-wind"}, | |
| "chancerain": {"weatherIcon": "rain"}, | |
| "chancesleet": {"weatherIcon": "sleet"}, | |
| "chancesnow": {"weatherIcon": "snow"}, | |
| "chancetstorms": {"weatherIcon": "thunderstorm"}, | |
| "clear": {"weatherIcon": "day-sunny"}, | |
| "cloudy": {"weatherIcon": "day-cloudy"}, | |
| "flurries": {"weatherIcon": "snow-wind"}, | |
| "fog": {"weatherIcon": "day-fog"}, |
| """ | |
| # App Engine import data from Datastore Backup to localhost | |
| You can use this script to import large(ish) App Engine Datastore backups to your localohst dev server. | |
| ## Getting backup files | |
| Follow instructions from Google to use `gcloud` to export datastore to a google storage bucket | |
| Then download the export to your local machine: | |
| ``` | |
| gsutil -m cp -R gs://your_bucket_name/your_path /local_target | |
| ``` |
| // Output Android Icons.jsx | |
| // 2012 Todd Linkner | |
| // License: none (public domain) | |
| // v1.0 - base file by Todd Linkner | |
| // v1.1 - added support for XXHDPI, XXXHDPI and added PNG to the file selector | |
| // | |
| // This script is for Photoshop CS6. It outputs Android icons of the | |
| // following sizes from a source PSD at least 512px x 512px | |
| // | |
| // store: |
| /** | |
| * Battery | |
| * | |
| * Copyright 2017 Joshua Lyon | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except | |
| * in compliance with the License. You may obtain a copy of the License at: | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * |
| /** | |
| * SHM Mapper | |
| * | |
| * Copyright 2017 Josh Lyon | |
| * | |
| * This SmartApp works in unison with the custom SHM Mapper device type handler to copy Smart Home Monitor statuses to an | |
| * attribute of a Thing. Even though SHM code is available on the SmartThings community, it was never officially approved | |
| * for use in officially published SmartApps. | |
| * | |
| * In order to get around this, the SHM Mapper SmartApp copies SHM status to the attribute of a Thing so that Thing can be |
| /** | |
| * SHM Mapper | |
| * | |
| * Copyright 2017 Josh Lyon | |
| * | |
| * This Device Type Handler works in unison with the custom SHM Mapper SmartApp to copy Smart Home Monitor statuses to an | |
| * attribute of this Thing. Even though SHM code is available on the SmartThings community, it was never officially approved | |
| * for use in officially published SmartApps. | |
| * | |
| * In order to get around this, the SHM Mapper SmartApp copies SHM status to the attribute of a Thing so that Thing can be |
I hereby claim:
To claim this, I am signing this object:
| metadata { | |
| // Automatically generated. Make future change here. | |
| // Mostly core Z-Wave Thermostat Code from SmartThings | |
| // Just a few modifications made by Josh to add the current operating state tiles | |
| definition (name: "TStat with State", namespace: "boshdirect", author: "SmartThings + Josh Lyon") { | |
| capability "Actuator" | |
| capability "Temperature Measurement" | |
| capability "Relative Humidity Measurement" | |
| capability "Thermostat" | |
| capability "Configuration" |