Control Devialet speakers on your network — volume, playback and device discovery
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO030 warning
extensions should avoid synchronous file IO in shell code
Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.
cache.js:14
file.load_contents(null)
EGO015 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
indicator.js:185
btn.connect('clicked', callback)
indicator.js:159
device.slider.connect('drag-end', () => this._onVolumeChanged(device))
indicator.js:156
device.slider.connect('notify::value', () => {
device.volLabel.text = `${Math.round(device.slider.value * 100)}%`;
})
indicator.js:68
refreshBtn.connect('clicked', () => this._onRefresh())
| Version | Status |
|---|---|
| 1.1.0 (4) | Unreviewed |
| 1.1.0 (3) | Unreviewed |
| 1.0.1 (2) | Rejected |
| 1.0.0 (1) | Rejected |