/** * Features that can be toggled for {@link IDevice}s that trigger different behaviour * in MyGeotab. */ export declare enum DeviceCustomFeature { /** Represents automatic generation of {@link IDevice}. */ AutoHos = "AutoHos" } //# sourceMappingURL=device_custom_feature.d.ts.map