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
## | |
# Copyright (c) 2020 Valentin Weber | |
# | |
# After some minor modifications (as marked below) this EventGhost | |
# Python script provides a method to send requests to devices | |
# registered with the Join API <https://joaoapps.com/join/api/> from | |
# any EventGhost Python Script or Command. | |
# | |
# EventGhost usage: `eg.globals.JoinPushDevice(text="hello_world")` | |
## |