Cistern naming FIX
This commit is contained in:
parent
b6dfdd5686
commit
9ee8060f05
@ -21,7 +21,7 @@ export class Path {
|
||||
|
||||
export const ROUTING = {
|
||||
ENERGY: new Path('Energy', 'Energie', true),
|
||||
CISTERN: new Path('CISTERN', 'Zisterne', true),
|
||||
CISTERN: new Path('Cistern', 'Zisterne', true),
|
||||
GREENHOUSE: new Path('Greenhouse', 'Gewächshaus', false),
|
||||
}
|
||||
|
||||
|
||||
@ -28,9 +28,9 @@ export class SeriesService extends AbstractRepositoryService {
|
||||
|
||||
readonly greenhouseIlluminance: SeriesWrapper = new SeriesWrapper("greenhouse/illuminance", this.onSubscribe, this.onUnsubscribe);
|
||||
|
||||
readonly cisternHeight: SeriesWrapper = new SeriesWrapper("Cistern/height", this.onSubscribe, this.onUnsubscribe);
|
||||
readonly cisternHeight: SeriesWrapper = new SeriesWrapper("cistern/height", this.onSubscribe, this.onUnsubscribe);
|
||||
|
||||
readonly cisternVolume: SeriesWrapper = new SeriesWrapper("Cistern/volume", this.onSubscribe, this.onUnsubscribe);
|
||||
readonly cisternVolume: SeriesWrapper = new SeriesWrapper("cistern/volume", this.onSubscribe, this.onUnsubscribe);
|
||||
|
||||
protected get liveValues(): SeriesWrapper[] {
|
||||
return [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user