minor refactor
parent
626a4cef98
commit
4f730633cc
|
@ -13,9 +13,7 @@ const wakeWordUrl = '/api/wake-words';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({providedIn: 'root'})
|
||||||
providedIn: 'root'
|
|
||||||
})
|
|
||||||
export class DeviceService {
|
export class DeviceService {
|
||||||
public devicePlacements: DeviceAttribute[] = [
|
public devicePlacements: DeviceAttribute[] = [
|
||||||
{id: '1', name: 'None', userDefined: true},
|
{id: '1', name: 'None', userDefined: true},
|
||||||
|
|
Loading…
Reference in New Issue