Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 872 Bytes

DeviceConfig.md

File metadata and controls

17 lines (12 loc) · 872 Bytes

spanapi.model.DeviceConfig

Load the model package

import 'package:spanapi/api.dart';

Properties

Name Type Description Notes
ciot CellularIoTConfig [optional]
inet Object This is the configuration for an internet-connected device. There are currently no configuration options for internet devices; the device is identified via the clientcertificate. This is empty since there's no configuration required for the internet gateway [optional]
gateway Map<String, GatewayDeviceConfig> [optional] [default to const {}]

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