API 中的ibeacon 对象属性不足,例如没有设备的name等信息,请问如何扩展这些信息?
interface IBeaconInfo {
readonly attribute String uuid;
readonly attribute String major;
readonly attribute String minor;
readonly attribute Number proximity;
readonly attribute Number accuracy;
readonly attribute Number rssi;
}

l***@163.com
- 发布:2020-03-02 11:52
- 更新:2020-03-02 11:52
- 阅读:527
0 个回复