Control Devialet speakers on your network — volume, playback and device discovery. This extension is not affiliated, funded, or in any way associated with Devialet.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-X-004 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)
EGO-L-003 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: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)}%`;
})
| Version | Status |
|---|---|
| 1.2.3 (10) | Active |
| 1.2.3 (9) | Inactive |
| 1.2.3 (8) | Rejected |
| 1.2.3 (7) | Inactive |
| 1.2.2 (6) | Rejected |
| 1.2.1 (5) | Rejected |
| 1.1.0 (4) | Rejected |
| 1.1.0 (3) | Rejected |
| 1.0.1 (2) | Rejected |
| 1.0.0 (1) | Rejected |