delayTime property

  1. @JsonKey.new(name: 'DelayTime', fromJson: OnvifUtil.nullableStringMappedFromXml)
String? delayTime
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;