UNPKG

@smj0x/homebridge-shortcuts-buttons

Version:

Run any Apple Shortcut with just the tap of a button, and execute a custom unix command (or another shortcut!) after completion to handle its success/failure, using x-callback-url.

6 lines 234 B
import { PLATFORM_NAME, PLUGIN_NAME } from './settings.js'; import { HSBPlatform } from './platform.js'; export default (api) => { api.registerPlatform(PLUGIN_NAME, PLATFORM_NAME, HSBPlatform); }; //# sourceMappingURL=index.js.map