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