This package has been deprecated

Author message:

Package no longer supported. Contact support@npmjs.com for more info.

leitstand-mopidy

0.1.4 • Public • Published

leitstand-mopidy NPM version Build Status Dependency Status

Mopidy plugin for Leitstand

Installation

First, install leitstand-cli, if you haven't done yet. Then install the plugin as dependency into your Leitstand app via:

npm install leitstand-mopidy --save

Usage

leitstand
  .plugin('mopidy', {
    settings: {
      webSocketUrl: '<URL>'
    }
  })
  .widget('mopidy-volume', {
    plugin: 'mopidy',
    schedule: false,
    methods: {
      name: 'mixer.getVolume',
      key: 'volume'
    },
    events: 'event:volumeChanged'
  });

API

mopidy.js Mopidy

License

MIT © Sebastian Krüger

Package Sidebar

Install

npm i leitstand-mopidy

Weekly Downloads

1

Version

0.1.4

License

MIT

Last publish

Collaborators

  • npm