RainEagle library plus script for polling data
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- import RainEagle
- from pprint import pprint
-
-
- eg = RainEagle.Eagle( debug=1 )
-
- r = eg.list_devices()
- pprint(r)
-
- r = eg.get_device_data("EE:24:01:05:50:23")
- pprint(r)
|