EventParser._parseAlarmEvent = function (body, device) {
  debug('Alarm event %j', body)
  const event = { name: 'AlarmClock', eventBody: body }
  return event
}