- RagWeld.com; AnalogLabor.com
- https://buymeacoffee.com/dmontg
- https://medium.com/@dmontg
- in/david-montgomery-5a07656b
- u/coloradical5280
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
| class ExtensionToggler extends ScryptedDeviceBase implements Settings, OnOff { | |
| async getSettings(): Promise<Setting[]> { | |
| return [ | |
| { | |
| key: 'devices', | |
| type: 'device', | |
| title: 'Devices', | |
| description: 'The devices on which the extension will be toggled.', | |
| multiple: true, | |
| value: this.getJSON('devices'), |
NewerOlder