Created
May 30, 2021 18:02
-
-
Save moonraker46/38881db255e877bf9730d752e6324a15 to your computer and use it in GitHub Desktop.
Scriptable Example
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
| let lev = Device.batteryLevel().toFixed(2); | |
| let out = String(lev + " %"); | |
| Script.setShortcutOutput(out); | |
| Script.complete(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment