UNPKG

homey

Version:

Command-line interface and type declarations for Homey Apps

13 lines (9 loc) 209 B
import Homey from 'homey'; export default class MyApp extends Homey.App { /** * onInit is called when the app is initialized. */ async onInit() { this.log('MyApp has been initialized'); } }