Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itkfilelor/drone_mobile
API wrapper for Drone Mobile remote car starter.
https://github.com/itkfilelor/drone_mobile
Last synced: about 2 months ago
JSON representation
API wrapper for Drone Mobile remote car starter.
- Host: GitHub
- URL: https://github.com/itkfilelor/drone_mobile
- Owner: itkfilelor
- Created: 2021-01-25T14:02:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T02:09:25.000Z (almost 4 years ago)
- Last Synced: 2024-08-06T12:23:31.281Z (6 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - itkfilelor/drone\_mobile - API wrapper for Drone Mobile remote car starter. (Python)
README
# drone_mobile
API wrapper for Drone Mobile remote car starter.This is very much a WIP.
For right now this module is only "cut/paste" I am a complete novice to deploying software and don't know where to begin.
Anyone who wishes to improve upon, rebuild etc. be my guest. I just ask you to post as a PR or Issue so everyone else can see =).I am in no way affliated with Drone Mobile. Drone Mobile took no part in creating this module (apart from the obvious).
I make no promises that this module won't blow up your car, fry your remote start or cause your subscription to be cancelled or charged for overusage.USE AT OWN RISK!!!
cheers! =)USAGE EXAMPLE:
api = DroneMobile(user=[username],secret=[password],deviceKey=[DroneMobile vehicle 'DeviceKey'],vin=[vehicle VIN],tokenJSON=[location to tokens file])
response = api.sendCommand('remote_start')AVAILABLE COMMANDS:
'trunk',
'remote_start',
'remote_stop',
'arm',
'disarm',
'panic',
'remote_aux1',
'remote_aux2',
'location'