SecondScreen Schema


Version 0.7.0

JSON-Schema

This document was generated from a JSON-Schema, and is intended to provide a human readable overview and examples of the methods contained in the module.

For the full schema, see the link below.

Table of Contents

Schemas

SecondScreenEvent

type SecondScreenEvent = {
  type: 'dial'
  version?: string
  data?: string
}
Examples

Details

An a message notification from a second screen device


Go To Top