@s89/ble-ancs
Version:
An Apple ANCS reciever from Linux. It is a combination of the Bleno, Noble and ANCS projects from Sandeep Mistry
41 lines (39 loc) • 1.12 kB
text/jade
html(lang="en")
head
title= pageTitle
body
div
table
thead
tr: th Notifications
tr
td Event ID
td Event
td Category
td Count
td Date
td Title
td Subtitle
td Message
tbody
each notification, i in notifications
tr
td #{notification.uid}
td #{notification.event}
td #{notification.category}
td #{notification.categoryCount}
td #{notification.date}
td #{notification.title}
td #{notification.subtitle}
td #{notification.message}
if notification.versions
each ver, j in notification.versions
tr
td #{ver.uid} - #{j}
td #{ver.event}
td #{ver.category}
td #{ver.categoryCount}
td #{ver.date}
td #{ver.title}
td #{ver.subtitle}
td #{ver.message}