svrooij / node-sonos-ts

:speaker: Sonos control library, use this library in your own appliction.
https://sonos-ts.svrooij.io/
MIT License
84 stars 18 forks source link

Better error stack and documentation #33

Closed svrooij closed 4 years ago

svrooij commented 4 years ago
{
  "AVTransportService": {
    "Description": "Service that controls stuff related to transport (play/pause/next/special urls)",
    "File": "av-transport.service.ts",
    "Methods": {
      "BecomeCoordinatorOfStandaloneGroup": {
        "Description": "Leave the current group and revert to a single player."
      },
      "SnoozeAlarm": {
        "Description": "Snooze the current alarm for some time.",
        "Params": {
          "Duration": "Snooze time as hh:mm:ss, 10 minutes = 00:10:00"
        }
      },
      "Stop": {
        "Description": "Stop playback"
      }
    }
  }
}
svrooij commented 4 years ago

:tada: This PR is included in version 1.1.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: