This file contains hidden or 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: teal; icon-glyph: apple-alt; | |
| // default zipOrStore and partNo - will be overwritten by your widget parameters | |
| let zipOrStore = '50670' | |
| let partNo = "MFHP4ZM/A" | |
| // insert your ntfy url | |
| const notifyUrl = "https://ntfy.sh/******" | |
| // force push notification - set to true in order to test that your setup is working correctly |