Add the possibility to run a command locally instead of delivering through PushBullet #209
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
packaging
question
ui
voice
waiting user input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#209
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: BlackLight
You may want to execute some Python logic in your plugins on your local machine (e.g. through
pusher
) without pushing a bullet with your target to the cloud first. Implement a"target":"self"
option that would execute the required action without pushing a message to PushBullet with the target host.