https://github.com/ptst/g4s_alarm_py
Python API wrapper for G4S alarm api
https://github.com/ptst/g4s_alarm_py
Last synced: about 1 year ago
JSON representation
Python API wrapper for G4S alarm api
- Host: GitHub
- URL: https://github.com/ptst/g4s_alarm_py
- Owner: PTST
- Created: 2021-01-05T10:18:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T08:19:28.000Z (over 2 years ago)
- Last Synced: 2025-06-03T11:16:46.352Z (about 1 year ago)
- Language: Python
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# G4S_Alarm_Py
Python API wrapper for G4S alarm api
This will probably only work with Danish systems, and i honestly don't even know whether G4S provides alarm systems other places. But the endpoints are on a .dk tld so i'm assuming that other locales will have their own endpoints.
Still missing:
* Daytime arming of alarm
* Other G4S devices (smokecannons etc.)
* Tests
Heavily inspired by the TS implementation by [hyber1z0r](https://github.com/hyber1z0r/g4s)