2018-05-28 03:23:09 +00:00
|
|
|
import { Component } from '@angular/core';
|
2018-04-11 12:54:05 +00:00
|
|
|
|
|
|
|
@Component({
|
|
|
|
selector: 'of-sensor-setting',
|
|
|
|
templateUrl: './setting.component.html',
|
|
|
|
})
|
2018-05-28 05:32:04 +00:00
|
|
|
export class SensorSettingComponent {
|
2018-04-13 08:59:48 +00:00
|
|
|
|
|
|
|
|
2018-04-11 12:54:05 +00:00
|
|
|
constructor(
|
|
|
|
) {
|
2018-04-13 11:37:05 +00:00
|
|
|
}
|
2018-04-11 12:54:05 +00:00
|
|
|
}
|