chariot-dev / chariot

IoT Sensor Framework
GNU Lesser General Public License v3.0
5 stars 4 forks source link

Modifying Existing Device Config Issues #63

Closed hojohn2561 closed 4 years ago

hojohn2561 commented 4 years ago

Need a reference to field type when creating fields so they are passed to the backend properly and can pass validation. This can either be done via 2 separate get requests, one to get the field type, and the other to get the existing device config. Another solution could be to pass the type along with the existing device config fields.

In conjunction with that, fields with checkboxes need to be displayed as such.

Some missing fields.

hojohn2561 commented 4 years ago

Was on wrong branch. Ignore