python wrapper for fireplan API
Project description
fireplan
A python package around the public fireplan API.
Installation
pip install python-fireplan
Usage
Alarm
import fireplan
token = "ABCDEF...."
fp = fireplan.Fireplan(token)
alarmdata = {
"alarmtext": "",
"einsatznrlst": "",
"strasse": "",
"hausnummer": "",
"ort": "",
"ortsteil": "",
"objektname": "",
"koordinaten": "",
"einsatzstichwort": "",
"zusatzinfo": "",
"sonstiges1": "",
"sonstiges2": "",
"RIC": "",
"SubRIC": ""
}
fp.alarm(alarmdata)
Status
import fireplan
token = "ABCDEF...."
fp = fireplan.Fireplan(token)
statusdata = {
"FZKennung": "40225588996",
"Status": "3"
}
fp.status(statusdata)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-fireplan-0.0.8.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for python_fireplan-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b4345eea2ea17341665501b2d0725ec194c1512c5c035505a56eef1e38b3bde |
|
MD5 | 7931e9212b1a9a566878729a45fbf306 |
|
BLAKE2b-256 | 13aae3ce6488f82dfff47e3376bf45f979facafb34a3bd9866cc53be56c939df |