Revize 21b94ebf
Přidáno uživatelem Jakub Hlaváč před více než 3 roky(ů)
src/app/shared/api/endpoints/models/sensor-type.ts | ||
---|---|---|
1 |
/* tslint:disable */ |
|
2 |
/* eslint-disable */ |
|
3 |
import { Phenomenon } from './phenomenon'; |
|
4 |
export interface SensorType { |
|
5 |
phenomenon?: Phenomenon; |
|
6 |
sensorId?: number; |
|
7 |
sensorName?: string; |
|
8 |
sensorType?: string; |
|
9 |
} |
Také k dispozici: Unified diff
Re #8850 - Ověření funkčnosti - implementované enpointy
+ new use case add position to unit+ adding sensor type enum from backend endpoint
+ some form validation :)
- removing all endpoints from /senslog1