googlearchive / platinum-bluetooth

A set of Polymer elements to discover and communicate with nearby Bluetooth devices
https://elements.polymer-project.org/elements/platinum-bluetooth
Apache License 2.0
22 stars 13 forks source link

Add notify for ble device to support binding #21

Closed sandro-k closed 7 years ago

sandro-k commented 7 years ago

This PR adds notify:true to the <platinum-bluetooth-device>.device to support binding via <platinum-bluetooth-device device={{device}}> and listening to changes to the device via on-device-changed on the <platinum-bluetooth-device> element. If needed a test case that fails with the current element can be added.

beaufortfrancois commented 7 years ago

Thanks! I'll have a look at this on Monday as I'm travelling now.

beaufortfrancois commented 7 years ago

This looks good to me! Thank you Sandro!