CameraDevice constructor
CameraDevice(})
Implementation
CameraDevice(
String id, String name, String username, String password, String model,
{String? clientId, this.editPassword = true, this.connectType = 126})
: super(id, username, password, name, model, clientId: clientId) {
WidgetsBinding.instance.addObserver(this);
this.addListener<WakeupStateChanged>(_wakeupStateListener);
wakeupTimer = Timer.periodic(Duration(seconds: 3), _requestStatusTimer);
}