delayTime property
- @JsonKey.new(name: 'DelayTime', fromJson: OnvifUtil.nullableStringMappedFromXml)
final
Time after which the relay returns to its idle state (monostable mode);
an xs:duration string such as PT1S.
Implementation
@JsonKey(name: 'DelayTime', fromJson: OnvifUtil.nullableStringMappedFromXml)
final String? delayTime;