ScpResponseDiscover constructor
ScpResponseDiscover({})
Implementation
ScpResponseDiscover(
{String deviceId = '',
String deviceType = '',
String deviceName = '',
int currentPasswordNumber = 0,
String hmac = '',
List<String> controlActions = const [],
List<String> measureActions = const []}) {
_deviceId = deviceId;
_deviceType = deviceType;
_deviceName = deviceName;
_currentPasswordNumber = currentPasswordNumber;
_hmac = hmac;
_controlActions = controlActions;
_measureActions = measureActions;
}