Skip to content

Instantly share code, notes, and snippets.

@moonraker46
Created May 30, 2021 18:02
Show Gist options
  • Select an option

  • Save moonraker46/38881db255e877bf9730d752e6324a15 to your computer and use it in GitHub Desktop.

Select an option

Save moonraker46/38881db255e877bf9730d752e6324a15 to your computer and use it in GitHub Desktop.
Scriptable Example
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