UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

9 lines (6 loc) 177 B
'use strict' const SonicBoom = require('.') const sonic = new SonicBoom(process.stdout.fd) // or 'destination' for (var i = 0; i < 10; i++) { sonic.write('hello sonic\n') }