Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 659 Bytes

Config.md

File metadata and controls

17 lines (12 loc) · 659 Bytes

knowgo.model.Config

Load the model package

import 'package:knowgo/api.dart';

Properties

Name Type Description Notes
country String ISO 3166-1 alpha-2 country code designation [optional] [default to null]
region String Region served [optional] [default to null]
mqttProxyHost String Address of the MQTT Proxy clients should connect to [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]