PendingDevicesChanged

New in version 1.14.0.

Emitted when pending devices were added / updated (connection from unknown ID) or removed (device is ignored, dismissed or added).

  1. {
  2. "id": 87,
  3. "type": "PendingDevicesChanged",
  4. "time": "2020-12-22T22:24:37.578586718+01:00",
  5. "data": {
  6. "added": [
  7. {
  8. "address": "127.0.0.1:51807",
  9. "deviceID": "EJHMPAQ-OGCVORE-ISB4IS3-SYYVJXF-TKJGLTU-66DIQPF-GJ5D2GX-GQ3OWQK",
  10. "name": "My dusty computer"
  11. }
  12. ],
  13. "removed": [
  14. {
  15. "deviceID": "P56IOI7-MZJNU2Y-IQGDREY-DM2MGTI-MGL3BXN-PQ6W5BM-TBBZ4TJ-XZWICQ2"
  16. }
  17. ]
  18. }
  19. }