GDSC-HSU / gateway

[Top 3] 2022 Solution Challenge an IoT apporch include Flutter & embedded devices, network protocol, solving/helping covid-19 situation
MIT License
23 stars 9 forks source link

[App] Mobile BLE (Scanning, Connect), REST API TO #21

Closed truonghoangduy closed 2 years ago

truonghoangduy commented 2 years ago

Logic, business flow implementation

estimate: 25/2

@truonghoangduy

truonghoangduy commented 2 years ago

-wip

truonghoangduy commented 2 years ago
class DeviceIdentity {
  String? deviceId;
  String? deviceApiKey;
  String? deviceAccessToken;
  String? deviceJwt;
  String? deviceOrgEndPoint;
  }