This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: green; icon-glyph: trash-alt; | |
// South Cambridgeshire bin collection widget from iOS Scriptable | |
// Copyright © 2020 Alexander Thoukydides | |
'use strict'; | |
// South Cambridgeshire District Council API configuration | |
// (reverse engineered from https://www.scambs.gov.uk/Scripts/bin-calendar.js) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/default/skybell-sniff | |
# Copyright © 2017 Alexander Thoukydides | |
# SkyBell HD doorbell hostname (or IP address) and name | |
SKYBELL_HOST=skybell | |
SKYBELL_NAME='Doorbell' | |
# Configuration for homebridge-skybell webhooks | |
HOMEBRIDGE_SKYBELL_PORT=47569 | |
HOMEBRIDGE_SKYBELL_SECRET='My webhooks secret' |