UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

9 lines (7 loc) 149 B
'use strict' window.onload = function () { var b = document.getElementById('my-button') b.onclick = function () { window.alert('foo') } }