realms-team / sol

Sensor Object Library
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Add support for HRExtended #64

Closed keomabrun closed 7 years ago

keomabrun commented 7 years ago
=== exception type ===
<type 'exceptions.AssertionError'>

=== traceback ===
Traceback (most recent call last):
  File "solmanager.py", line 305, in _handler_dust_notifs
    timestamp   = int(time.time()), # TODO get timestamp of when data was created
  File "/home/keoma/Documents/REALMS/solmanager/../sol/solobjectlib/Sol.py", line 80, in dust_to_json
    notif_list  = self._split_dust_notif(dust_notif)
  File "/home/keoma/Documents/REALMS/solmanager/../sol/solobjectlib/Sol.py", line 619, in _split_dust_notif
    assert hrName in ['Device','Discovered','Neighbors']
AssertionError