getVideoTamperingStatus method
Implementation
Future<Map<String, dynamic>> getVideoTamperingStatus(
String deviceSerial,
) async {
return _client.post('/api/lapp/device/scene/switch/status', {
'deviceSerial': deviceSerial,
});
}
Future<Map<String, dynamic>> getVideoTamperingStatus(
String deviceSerial,
) async {
return _client.post('/api/lapp/device/scene/switch/status', {
'deviceSerial': deviceSerial,
});
}