File: __init__.py

package info (click to toggle)
pyfibaro 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: python: 1,931; sh: 9; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
"""Examples for using the API.

To try out set here your data and start the example you are interested in with
python -m examples.test_info
"""

FIBARO_URL = "http://192.168.1.166/api/"
FIBARO_USERNAME = "your_fibaro_username"
FIBARO_PASSWORD = "your_fibaro_password"