Map<String, dynamic> toJson() { return { 'device_id': deviceId, if (deviceData != null) 'device_data': deviceData, }; }