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