@@ -0,0 +1,16 @@
'use strict';
const Homey = require('homey');
class MyApp extends Homey.App {
/**
* onInit is called when the app is initialized.
*/
async onInit() {
this.log('MyApp has been initialized');
}
module.exports = MyApp;
The note is not visible to the blocked user.