UNPKG

@openhab-ui/setup-and-maintenance

Version:

Configuration and maintenance interface for openHAB

15 lines (10 loc) 246 B
import { createNotification } from '../app.js'; const Mixin = { methods: { action(action) { createNotification(null, `${action} not yet supported by openHAB`, false, 1500); }, } }; const mixins = [Mixin]; export { mixins };