PirAreaConfig constructor
PirAreaConfig({})
Implementation
PirAreaConfig({
required this.deviceSerial,
required this.channelNo,
required this.rows,
required this.columns,
required this.area,
});
PirAreaConfig({
required this.deviceSerial,
required this.channelNo,
required this.rows,
required this.columns,
required this.area,
});