httpEnabledState property
If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.
Implementation
@$pb.TagNumber(1)
HttpState get httpEnabledState => $_getN(0);
Implementation
@$pb.TagNumber(1)
set httpEnabledState(HttpState v) { setField(1, v); }