tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Enable subscriptions #103

Closed slifty closed 4 years ago

slifty commented 4 years ago

Description

This PR adds support for the on method in Countertop (and the various countertop components). This allows a developer to listen for appliance events (and eventually any kind of countertop event).

Due Diligence Checklist

Steps to Test

  1. yarn test

Deploy Notes

Related Issues

Resolves #100 Related to #82

Relies on PR #102