CHANGE: autochange topics with custom ending in mind
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user