BlackWolf / Connichiwa

A framework for local multi-device web applications
15 stars 0 forks source link

Add native-less bool to device info #83

Closed BlackWolf closed 10 years ago

BlackWolf commented 10 years ago

We should add a boolean to CWDevice's that indicates if the device is native-less or not. This boolean should also be sent to other devices. This is important for the auto-connect feature, because we always want to auto-connect to native-less remotes, regardless of their launchDate.

BlackWolf commented 10 years ago

Just noticed this is unnecessary, because deviceDetected is not triggered for native-less remotes anyway ><