CHANGE: autochange topics with custom ending in mind

This commit is contained in:
2024-07-31 13:06:38 +02:00
parent 06e2d77f08
commit 897120028c
4 changed files with 27 additions and 31 deletions

View File

@@ -4,7 +4,7 @@ import { EntityService } from '../_services/entity.service';
@Injectable()
export class MQTTEntity implements iMQTTEntityBase {
protected _name: string = '';
protected _stat_t: string = '';
protected _stat_t: string = 'state/topic';
protected _uniq_id: string = '';
attrs = new Set(['name', 'stat_t', 'uniq_id']);