module.exports.max = function(n1, n2) {
return Math.max(n1, n2)
}
module.exports.len = function(arr) {
arr = arr || []
return arr.length
}
已发现 {{devices.length}} 个外围设备:
{{item.name}}
信号强度: {{item.RSSI}}dBm ({{utils.max(0, item.RSSI + 100)}}%)
UUID: {{item.deviceId}}
Service数量: {{utils.len(item.advertisServiceUUIDs)}}
已连接到 {{name}}
特性UUID: {{item.uuid}}
特性值: {{item.value}}