JanPalasek / smart-home-server

Server that is supposed to handle everything what smart home requires.
MIT License
0 stars 0 forks source link

Implement create sensor and sensor type page #2

Closed JanPalasek closed 5 years ago

JanPalasek commented 5 years ago

Goal is to implement create sensor and sensor type page.

For sensor type add SensorTypeController with method Detail GET and POST. There should be page which is a standard form with all fields. For SensorTypeController there should be added ISensorTypeRepository etc.

Sensor should be done similarly.