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.
 
 

13 lines
166 B

  1. import RainEagle
  2. from pprint import pprint
  3. eg = RainEagle.Eagle( debug=1 )
  4. r = eg.list_devices()
  5. pprint(r)
  6. r = eg.get_device_data("EE:24:01:05:50:23")
  7. pprint(r)