Display water temperature and flow information from aareguru.existenz.ch, the API for aare.guru, in your GNOME Shell panel
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-P-006 warning
unnecessary build and translation artifacts should not be shipped
Compiled GSettings schemas should not be shipped for 45+ packages.
Don't include unnecessary files
schemas/gschemas.compiled
schemas/gschemas.compiled
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.
extension.js:51
this._settings.connect('changed::city', () => {
this._updateData();
})
extension.js:63
this._settings.connect('changed::show-flow-section', () => {
this._rebuildMenu();
})
extension.js:67
this._settings.connect('changed::show-schwimmkanal-section', () => {
this._rebuildMenu();
})
extension.js:59
this._settings.connect('changed::show-temperature-section', () => {
this._rebuildMenu();
})
extension.js:71
this._settings.connect('changed::show-weather-section', () => {
this._rebuildMenu();
})
extension.js:55
this._settings.connect('changed::update-interval', () => {
this._scheduleUpdate();
})
| Version | Status |
|---|---|
| 9 | Active |
| 8 | Active |
| 7 | Rejected |
| 6 | Active |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |